Skip to content

Commit

Permalink
Update to svgtypes 0.15.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tomcur committed Jan 20, 2025
1 parent ddd942b commit 82fcd30
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 crates/resvg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ image-webp = { version = "0.2.0", optional = true }
log = "0.4"
pico-args = { version = "0.5", features = ["eq-separator"] }
rgb = "0.8"
svgtypes = "0.15.2"
svgtypes = "0.15.3"
tiny-skia = "0.11.4"
usvg = { path = "../usvg", version = "0.44.0", default-features = false }
zune-jpeg = { version = "0.4", optional = true }
Expand Down
Binary file modified crates/resvg/tests/tests/filters/feDropShadow/hsla-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 crates/resvg/tests/tests/filters/flood-color/hsla-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 crates/resvg/tests/tests/paint-servers/stop/hsla-color.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 crates/resvg/tests/tests/painting/fill/hsl-with-alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 crates/resvg/tests/tests/painting/fill/rgb-0-127-0-0.5.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 crates/resvg/tests/tests/painting/fill/rgba-0-127-0-0.5.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 crates/usvg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ base64 = "0.22" # for embedded images
log = "0.4"
pico-args = { version = "0.5", features = ["eq-separator"] }
strict-num = "0.1.1"
svgtypes = "0.15.2"
svgtypes = "0.15.3"
tiny-skia-path = "0.11.4"
xmlwriter = "0.1"

Expand Down

0 comments on commit 82fcd30

Please sign in to comment.