aboutsummaryrefslogtreecommitdiff
path: root/tests/ParsePathTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improved optional command handling in SkParsePath::FromSVGString()fmalita2016-09-141-0/+40
* Add unit test to feed valid SVG sequences to make sure thatcaryclark2016-02-091-0/+17
* Fix a crash in SkParsePath::FromSVGStringscroggo2015-12-111-0/+8
* fix parsing SVG strings to paths with comma delimiterscaryclark2015-01-291-0/+3
* Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org2014-01-241-1/+1
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-5/+3
* remove SkFloatToScalar macrocommit-bot@chromium.org2013-11-251-4/+4
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-1/+1
* fix warnings on Mac in testscaryclark@google.com2012-06-061-13/+13
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")reed@android.com2009-06-051-0/+58