summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-path-test.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2Geom version of the path tests + some additional small changes.Jasper van de Gronde2008-08-061-493/+0
| | | (bzr r6578)
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-191-0/+5
| | | (bzr r6362)
* Fix for PathString to prevent it from getting into a very, very long copying ↵Jasper van de Gronde2008-07-181-0/+16
| | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355)
* EOL fixupsJon A. Cruz2008-07-051-472/+472
| | | (bzr r6164)
* slight numerical improvementPeter Moulder2008-06-051-1/+1
| | | (bzr r5811)
* Set of (cxx)tests for svg-path.cpp and PathString. Not (yet) part of make check.Jasper van de Gronde2008-05-201-2/+2
| | | (bzr r5720)
* Fix remaining regressions in svg/svg-path.cpp. Also, we now do tighter ↵Peter Moulder2008-05-081-5/+5
| | | | | | | 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. (bzr r5626)
* Fix a regression in the SVG path data parser (it will now parse things like ↵Jasper van de Gronde2008-05-061-0/+472
"M 1.3.4" correctly again). (bzr r5618)