]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
fix parsing of whitespace in transform operators
authorVincent Sanders <vince@kyllikki.org>
Thu, 23 Oct 2014 21:18:16 +0000 (22:18 +0100)
committerVincent Sanders <vince@kyllikki.org>
Thu, 23 Oct 2014 21:34:00 +0000 (22:34 +0100)
commitfd3d01047c69b633d0dfc2f079791c3302971004
tree35474c5bbbc6fe1eb80d0f1c0d1bcbc5804b0e7c
parenta285e3942eb288b92a3ba77eaf564d55340b2f9d
fix parsing of whitespace in transform operators

The SVG spec for the transform attribute allows whitespace in places
that were causing the %n specifier in the ssanf to return 0 as the
match failed before it completed the parse.

http://www.w3.org/TR/SVG/coords.html#TransformAttribute
src/svgtiny.c