Skip to content

Commit

Permalink
Bump tiny-skia to fix round caps roundness.
Browse files Browse the repository at this point in the history
Closes #548
  • Loading branch information
RazrFalcon committed Oct 22, 2022
1 parent 9f11a3e commit 10fe663
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ This changelog also contains important changes in dependencies.
### Fixed
- Path bbox calculation scales stroke width too.
Thanks to [growler](https://github.com/growler).
- (tiny-skia) Round caps roundness.
- (xmlparser) Stack overflow on specific files.
- (c-api) `resvg_is_image_empty` output was inverted.

Expand Down
16 changes: 8 additions & 8 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 @@ -25,7 +25,7 @@ png = { version = "0.17", optional = true }
rgb = "0.8"
svgfilters = { path = "svgfilters", version = "0.4", optional = true }
svgtypes = "0.8"
tiny-skia = "0.8"
tiny-skia = "0.8.2"
usvg = { path = "usvg", version = "0.23.0", default-features = false }

[dev-dependencies]
Expand Down
Binary file modified tests/png/a-stroke-017.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/png/a-stroke-linecap-004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/png/a-stroke-linecap-008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/png/a-stroke-linejoin-002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion usvg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ strict-num = "0.1"
xmlwriter = { version = "0.1", optional = true }

# for svgtree
roxmltree = "0.14"
roxmltree = "0.15"
simplecss = "0.2"
siphasher = "0.3"
svgtypes = "0.8"
Expand Down

0 comments on commit 10fe663

Please sign in to comment.