Skip to content

Commit fb5005d

Browse files
committed
v0.8.3
1 parent 6f3636c commit fb5005d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.8.3
4+
5+
- Implement support for `clipPath` outside of `defs` eleemnts.
6+
- Implement support for `use` in a `clipPath`.
7+
- Recommend `usvg` rather than `svgcleaner` per author's recommendation.
8+
39
## 0.8.2
410

511
- Make `DrawableNoop` implement `DrawableStyleable` to avoid crashing with

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.2"
22+
version: "0.8.3"
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.2
5+
version: 0.8.3
66

77
dependencies:
88
path_drawing: ^0.4.0

0 commit comments

Comments
 (0)