Skip to content

Commit

Permalink
Bring some latest fixes (#307)
Browse files Browse the repository at this point in the history
- Fix gradient interpolation for opacity stops beyond the last color
stop
- Add color value callback to solid layer
  • Loading branch information
xvrh authored Oct 20, 2023
1 parent f19e86d commit 9e9de6d
Show file tree
Hide file tree
Showing 12 changed files with 491 additions and 24 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 2.7.0
- Support loading Fonts from a zip file
- Fix a bug in Text with strokes
- Fix gradient interpolation for opacity stops beyond the last color stop
- Add color value callback to solid layer

## 2.6.0
- Accept `List<int>` instead of `Uint8List` in `LottieComposition.fromBytes`
Expand Down
Loading

0 comments on commit 9e9de6d

Please sign in to comment.