Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

37 lines (24 loc) · 1.07 KB

[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