X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fsvgtiny.c;h=69cbcf7125b2f7ae540d5743e40be7d0edf3200f;hb=d5060009e934f2715a35601f7e4192702a473216;hp=bbefb888a2630c00e5bbd9bf7189e7523e68c3d9;hpb=4390f1c84e8fee51fc22468821e6fc158e783053;p=libsvgtiny.git diff --git a/src/svgtiny.c b/src/svgtiny.c index bbefb88..69cbcf7 100644 --- a/src/svgtiny.c +++ b/src/svgtiny.c @@ -577,7 +577,7 @@ svgtiny_code svgtiny_parse_path(dom_element *path, p[i++] = last_cubic_y = last_quad_y = last_y = y; s += n; - } while (sscanf(s, "%f %n", &x, &n) == 1); + } while (sscanf(s, "%f %n", &y, &n) == 1); /* curveto (C, c) (6 arguments) */ } else if (sscanf(s, " %1[Cc] %f %f %f %f %f %f %n", command,