NSVGcoordinate
static NSVGcoordinate nsvg__parseCoordinateRaw(const char* str)
NSVGcoordinate coord = {0, NSVG_UNITS_USER};
static NSVGcoordinate nsvg__coord(float v, int units)
NSVGcoordinate coord = {v, units};
NSVGcoordinate coord = nsvg__parseCoordinateRaw(str);
NSVGcoordinate x1, y1, x2, y2;
NSVGcoordinate cx, cy, r, fx, fy;
static float nsvg__convertToPixels(NSVGparser* p, NSVGcoordinate c, float orig, float length)