b4372fdd60bd747bb6ce474e4586d872e0c8d7c1 |
|
08-May-2008 |
pjrm <pjrm@users.sourceforge.net> |
Fix remaining regressions in svg/svg-path.cpp. Also, we now do tighter error handling - though still no error reporting to the user, beyond the subtle hint that the path is incomplete.
There remains a numberical issue with the parsing of floats. |
7d103bdf3b25a593b7cdccbc7d011f4ee6431be1 |
|
26-Apr-2008 |
jaspervdg <jaspervdg@users.sourceforge.net> |
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). |