Skip to content

Commit

Permalink
Use the latest tiny-skia to fix SVGs with large masks rendering.
Browse files Browse the repository at this point in the history
Closes #570
  • Loading branch information
RazrFalcon committed Apr 22, 2023
1 parent fd6f664 commit bce7832
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
This changelog also contains important changes in dependencies.

## [Unreleased]
### Fixed
- Use the latest `tiny-skia` to fix SVGs with large masks rendering.

## [0.31.0] - 2023-04-10
### Added
Expand Down
50 changes: 38 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ png = { version = "0.17", optional = true }
rgb = "0.8"
svgfilters = { path = "svgfilters", version = "0.4", optional = true }
svgtypes = "0.11"
tiny-skia = "0.8.3"
tiny-skia = "0.8.4"
usvg = { path = "usvg", version = "0.31.0", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit bce7832

Please sign in to comment.