svg_path_parser 1.1.2
svg_path_parser: ^1.1.2 copied to clipboard
A Flutter/Dart utility to parse an SVG path into a equivalent Path object from dart:ui library.
1.1.2 03-December-2023 #
- Fix issue with shorthand control points calc
1.1.1 19-July-2021 #
- Allow Flags without separators in cubic Bézier curves see details here: issue#6
1.1.0 19-July-2021 #
- Fixed an issue where using an absolute command after
a relative command will lead to wrong parsing behavior.
See details here: issue#7
1.0.0 7-March-2021 #
- Added null safety support
- Fixed unable to parse the sequence
H 4
and similar. issue - Fix Typo in README
0.1.1 31-May-2020 #
- Added flag failSilently to parseSvgPath which will return an empty Path object if the provided path is invalid.
0.1.0 18-April-2020 #
Changes:
- Added example
- Added Testcase for Parser
- Added Docs for Parser
0.0.9 17-April-2020 #
- Initial Development release.
- Added Testcase