JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issuesList of issues

#2649 Gradient not properly working for SVG export
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: ExportSVG
State: upgraded Help

> What steps will reproduce the problem? Try to export sprite with chid=1222 as SVG and as PNG. The PNG export properly work with the gradient element, but the SVG version is different, the gradient seems to not work as expected. > What is the expected output? What do you see instead? SVG export is different than the PNG export (gradient not working ?) > What version of the product are you using? Is it "nightly build"? Which operating system do you have? Windows 11, v25.1.2 nightly build 3439 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you.
Downloado2.swf (1,338 KiB)Download1.svg (40 KiB)Download1.png (42 KiB)
The sprite is pretty complex, can you mark which parts need to be fixed? Because I see the SVG and PNG very similar.
Sorry about that, here is the part that differs on the PNG file
It's not a gradient fill but actually a blur filter + overlay blend mode. Please try nightly 3440, it should be better.
State: new→upgraded
Awesome, thanks for the very fast fix !