Skip to content

Commit 82fcd30

Browse files
committed
Update to svgtypes 0.15.3
This update of svgtypes included some changes in rounding behavior, so some tests are updated. I've not checked exhaustively, but my spot checks only found pixels that were off by one rounding unit.
1 parent ddd942b commit 82fcd30

13 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/resvg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ image-webp = { version = "0.2.0", optional = true }
2020
log = "0.4"
2121
pico-args = { version = "0.5", features = ["eq-separator"] }
2222
rgb = "0.8"
23-
svgtypes = "0.15.2"
23+
svgtypes = "0.15.3"
2424
tiny-skia = "0.11.4"
2525
usvg = { path = "../usvg", version = "0.44.0", default-features = false }
2626
zune-jpeg = { version = "0.4", optional = true }
20.7 KB
Loading
41.1 KB
Loading
9.17 KB
Loading
77.2 KB
Loading
53.9 KB
Loading
77.4 KB
Loading
8.77 KB
Loading
8.77 KB
Loading

0 commit comments

Comments
 (0)