Skip to content

Commit 719bd81

Browse files
committed
v0.9.0
1 parent ab95640 commit 719bd81

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGES
22

3+
## 0.9.0
4+
5+
- **BREAKING** Improvements to text positioning. Thanks to @krispypen!
6+
37
## 0.8.3
48

59
- Implement support for `clipPath` outside of `defs` eleemnts.

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ packages:
1919
path: ".."
2020
relative: true
2121
source: path
22-
version: "0.8.3"
22+
version: "0.9.0"
2323
meta:
2424
dependency: transitive
2525
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_svg
22
description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
33
author: Dan Field <[email protected]>
44
homepage: https://github.com/dnfield/flutter_svg
5-
version: 0.8.3
5+
version: 0.9.0
66

77
dependencies:
88
path_drawing: ^0.4.0

0 commit comments

Comments
 (0)