diff --git a/Cargo.lock b/Cargo.lock index 13bf5c5d9..5c15dc8ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -556,9 +556,9 @@ dependencies = [ [[package]] name = "svgtypes" -version = "0.15.2" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e" +checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc" dependencies = [ "kurbo", "siphasher 1.0.1", diff --git a/crates/resvg/Cargo.toml b/crates/resvg/Cargo.toml index c7ea975fd..5211f4d9e 100644 --- a/crates/resvg/Cargo.toml +++ b/crates/resvg/Cargo.toml @@ -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 } diff --git a/crates/resvg/tests/tests/filters/feDropShadow/hsla-color.png b/crates/resvg/tests/tests/filters/feDropShadow/hsla-color.png index 16dbcbc9c..b6144081c 100644 Binary files a/crates/resvg/tests/tests/filters/feDropShadow/hsla-color.png and b/crates/resvg/tests/tests/filters/feDropShadow/hsla-color.png differ diff --git a/crates/resvg/tests/tests/filters/feSpecularLighting/lighting-color=hsla.png b/crates/resvg/tests/tests/filters/feSpecularLighting/lighting-color=hsla.png index 8babe26a1..ed1ba2dd3 100644 Binary files a/crates/resvg/tests/tests/filters/feSpecularLighting/lighting-color=hsla.png and b/crates/resvg/tests/tests/filters/feSpecularLighting/lighting-color=hsla.png differ diff --git a/crates/resvg/tests/tests/filters/flood-color/hsla-color.png b/crates/resvg/tests/tests/filters/flood-color/hsla-color.png index 6ecff9d12..e4a036562 100644 Binary files a/crates/resvg/tests/tests/filters/flood-color/hsla-color.png and b/crates/resvg/tests/tests/filters/flood-color/hsla-color.png differ diff --git a/crates/resvg/tests/tests/paint-servers/linearGradient/hsla-color.png b/crates/resvg/tests/tests/paint-servers/linearGradient/hsla-color.png index 2d38760f5..e7adaf5ff 100644 Binary files a/crates/resvg/tests/tests/paint-servers/linearGradient/hsla-color.png and b/crates/resvg/tests/tests/paint-servers/linearGradient/hsla-color.png differ diff --git a/crates/resvg/tests/tests/paint-servers/radialGradient/hsla-color.png b/crates/resvg/tests/tests/paint-servers/radialGradient/hsla-color.png index 8fe11cc0a..72d41a059 100644 Binary files a/crates/resvg/tests/tests/paint-servers/radialGradient/hsla-color.png and b/crates/resvg/tests/tests/paint-servers/radialGradient/hsla-color.png differ diff --git a/crates/resvg/tests/tests/paint-servers/stop/hsla-color.png b/crates/resvg/tests/tests/paint-servers/stop/hsla-color.png index 83d43591e..a41cfe914 100644 Binary files a/crates/resvg/tests/tests/paint-servers/stop/hsla-color.png and b/crates/resvg/tests/tests/paint-servers/stop/hsla-color.png differ diff --git a/crates/resvg/tests/tests/painting/fill/hsl-with-alpha.png b/crates/resvg/tests/tests/painting/fill/hsl-with-alpha.png index 43196248a..1a69b6a90 100644 Binary files a/crates/resvg/tests/tests/painting/fill/hsl-with-alpha.png and b/crates/resvg/tests/tests/painting/fill/hsl-with-alpha.png differ diff --git a/crates/resvg/tests/tests/painting/fill/hsla-with-percentage-s-and-l-values.png b/crates/resvg/tests/tests/painting/fill/hsla-with-percentage-s-and-l-values.png index 43196248a..1a69b6a90 100644 Binary files a/crates/resvg/tests/tests/painting/fill/hsla-with-percentage-s-and-l-values.png and b/crates/resvg/tests/tests/painting/fill/hsla-with-percentage-s-and-l-values.png differ diff --git a/crates/resvg/tests/tests/painting/fill/rgb-0-127-0-0.5.png b/crates/resvg/tests/tests/painting/fill/rgb-0-127-0-0.5.png index 43196248a..1a69b6a90 100644 Binary files a/crates/resvg/tests/tests/painting/fill/rgb-0-127-0-0.5.png and b/crates/resvg/tests/tests/painting/fill/rgb-0-127-0-0.5.png differ diff --git a/crates/resvg/tests/tests/painting/fill/rgba-0-127-0-0.5.png b/crates/resvg/tests/tests/painting/fill/rgba-0-127-0-0.5.png index 43196248a..1a69b6a90 100644 Binary files a/crates/resvg/tests/tests/painting/fill/rgba-0-127-0-0.5.png and b/crates/resvg/tests/tests/painting/fill/rgba-0-127-0-0.5.png differ diff --git a/crates/usvg/Cargo.toml b/crates/usvg/Cargo.toml index b3e4b1b65..2353c60c3 100644 --- a/crates/usvg/Cargo.toml +++ b/crates/usvg/Cargo.toml @@ -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"