linebender / resvg

An SVG rendering library.
Mozilla Public License 2.0
2.79k stars 225 forks source link

Test cases don't pass with newest tiny-skia-path #795

Closed LaurenzV closed 3 months ago

LaurenzV commented 3 months ago

Add the following line to Cargo.toml:

[patch.crates-io]
tiny-skia-path = {git = "https://github.com/RazrFalcon/tiny-skia", rev="9b673e6"}

And you will see that a lot of test cases start to fail. Seems like this commit is the main fault: https://github.com/RazrFalcon/tiny-skia/commit/9b673e6c14e5e0c3f98413f8fa7e3a6cb315183b

RazrFalcon commented 3 months ago

This should have been fixed in master. https://github.com/RazrFalcon/tiny-skia/commit/eec0a4701a8413759a3dd51b443b8851ce4c546a ?

LaurenzV commented 3 months ago

Indeed, sorry for the noise, I hadn't pulled the newest branch!

RazrFalcon commented 3 months ago

No worries.