Skip to content

Commit 509edff

Browse files
committed
[vector_graphics_compiler] Bump version to 1.2.1
1 parent a835ab4 commit 509edff

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

packages/vector_graphics_compiler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.1
2+
3+
* Fixes HSL/HSLA color parsing for decimal percentage components (e.g. `hsl(270, 100%, 76.27%)`).
4+
15
## 1.2.0
26

37
* Adds support for percentage units in SVG shape attributes (rect, circle, ellipse, line).

packages/vector_graphics_compiler/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: vector_graphics_compiler
22
description: A compiler to convert SVGs to the binary format used by `package:vector_graphics`.
33
repository: https://github.com/flutter/packages/tree/main/packages/vector_graphics_compiler
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
5-
version: 1.2.0
5+
version: 1.2.1
66

77
executables:
88
vector_graphics_compiler:

0 commit comments

Comments
 (0)