nfroidure / svgicons2svgfont

Concatenate SVG icons and ouput an SVG font
http://nfroidure.github.io/svgiconfont/
MIT License
340 stars 71 forks source link

fix parsing matrix transforms #31

Closed mogadanez closed 9 years ago

mogadanez commented 9 years ago

instead

     <ellipse transform="matrix(-.107 .994 -.994 -.107 74.788 -4.528)" cx="39.4" cy="31.3" rx=".3" ry=".3"/>

produce MNAN, NAN..... And then failed with Unexpected character "N" at index 1.

nfroidure commented 9 years ago

Thanx!