Code

Fixed SVG path data parser to handle close paths better (it used to create spurious...
authorjaspervdg <jaspervdg@users.sourceforge.net>
Sat, 26 Apr 2008 15:56:08 +0000 (15:56 +0000)
committerjaspervdg <jaspervdg@users.sourceforge.net>
Sat, 26 Apr 2008 15:56:08 +0000 (15:56 +0000)
commit7d103bdf3b25a593b7cdccbc7d011f4ee6431be1
tree393a227bb55f867326308442ce0f6c7dac7e0086
parentb26cc655b98659f4a33794ee9169b67d908b824b
Fixed SVG path data parser to handle close paths better (it used to create spurious subpaths), and be a little less forgiving in general (it doesn't fill in missing parameters anymore, doesn't read 1e3e4 as 1e4 anymore and now only allows one sign character for exponents).
src/svg/svg-path.cpp