- Fix issue with shorthand control points calc
- Allow Flags without separators in cubic Bézier curves see details here: issue#6
- Fixed an issue where using an absolute command after
a relative command will lead to wrong parsing behavior.
See details here: issue#7
- Added null safety support
- Fixed unable to parse the sequence
H 4
and similar. issue - Fix Typo in README
- Added flag failSilently to parseSvgPath which will return an empty Path object if the provided path is invalid.
Changes:
- Added example
- Added Testcase for Parser
- Added Docs for Parser
- Initial Development release.
- Added Testcase