Skip to content

Commit d7c98a7

Browse files
committed
Release v1.1.2
1 parent 58eaf81 commit d7c98a7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: svg_path_parser
22
description: >
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
66
homepage: https://github.com/masterashu/svg_path_parser
77
repository: https://github.com/masterashu/svg_path_parser
88
issue_tracker: https://github.com/masterashu/svg_path_parser/issues

0 commit comments

Comments
 (0)