reanimate / reanimate-svg

BSD 3-Clause "New" or "Revised" License
4 stars 8 forks source link

Test suite fails with rsvg-convert version 2.54.3 #42

Open schuelermine opened 2 years ago

schuelermine commented 2 years ago

I’m trying to fix the reanimate-svg package test suite in Nixpkgs, and we’re using a newer version of rsvg-convert, and this causes several test cases to fail unexpectedly. There’s also some unexpectedly passing cases in the Nixpkgs build but I think that’s unrelated. I checked a manual Cabal build on Ubuntu and NixOS with rsvg-convert 2.50.7 and 2.54.3, and 2.50.7 passes while 2.54.3 fails. I checked the output SVG between operating systems and they match.

Specifically, these tests fail (without further output):

(Full log: https://gist.github.com/7946605b3dcbba14c7eb32ee11cac096)

Here’s the golden image of animate-elem-32-t: golden

Here’s the cycled image: cycled

Do you believe these tests indicate a failure of reanimate-svg or are they fine to disable?