aboutsummaryrefslogtreecommitdiff
path: root/tests/ParsePathTest.cpp
AgeCommit message (Expand)Author
2016-09-14Improved optional command handling in SkParsePath::FromSVGString()fmalita
2016-02-09Add unit test to feed valid SVG sequences to make sure thatcaryclark
2015-12-11Fix a crash in SkParsePath::FromSVGStringscroggo
2015-01-29fix parsing SVG strings to paths with comma delimiterscaryclark
2014-01-24Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org
2014-01-14Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org
2013-12-12Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org
2013-11-25remove SkFloatToScalar macrocommit-bot@chromium.org
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-06-06fix warnings on Mac in testscaryclark@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2009-06-05add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")reed@android.com