File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.1.2] - 03-December-2023
2+
3+ * Fix issue with shorthand control points calc
4+
15## [ 1.1.1] - 19-July-2021
26
37* Allow Flags without separators in cubic Bézier curves
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ packages:
127127 path: ".."
128128 relative: true
129129 source: path
130- version: "1.1.1 "
130+ version: "1.1.2 "
131131 term_glyph:
132132 dependency: transitive
133133 description:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: svg_path_parser
22description : >
33 A Flutter/Dart utility to parse an SVG path into a
44 equivalent Path object from dart:ui library.
5- version : 1.1.1
5+ version : 1.1.2
66homepage : https://github.com/masterashu/svg_path_parser
77repository : https://github.com/masterashu/svg_path_parser
88issue_tracker : https://github.com/masterashu/svg_path_parser/issues
You can’t perform that action at this time.
0 commit comments