ruffle icon indicating copy to clipboard operation
ruffle copied to clipboard

Image with color matrix filter renders in the wrong colour

Open MrCheeze opened this issue 4 years ago • 2 comments

Issue occurs in this flash here: https://www.homestuck.com/flash/hs2/00090/00090.swf

On clicking the green button, a green background image will appear. (works fine)

On clicking the blue button, the same background image appears, modified by a color matrix filter. In flash player, it shows up as a bright cyan, but in Ruffle it instead appears pale and greenish.

Testing Nightly 2020-11-20, issue occurs in both the web and exe version.

MrCheeze avatar Nov 21 '20 00:11 MrCheeze

Another subtler issue that happens in the same flash: In flash player, the STRIFE! text that appears only on first load flashes brighter and darker in flash player, but just stays at its original appearance in Ruffle. Not sure if this is related or unrelated to the other issue, though.

MrCheeze avatar Nov 21 '20 00:11 MrCheeze

I guess this isn't anything special, just a feature not yet implemented (https://github.com/ruffle-rs/ruffle/issues/15 and https://github.com/ruffle-rs/ruffle/issues/295)

MrCheeze avatar Dec 13 '20 22:12 MrCheeze

With the merging of https://github.com/ruffle-rs/ruffle/pull/11702 , this is now working perfectly! :)

MrCheeze avatar Jun 25 '23 20:06 MrCheeze