JPEXS Free Flash Decompiler Issue Tracker

INFO: Problems with AV false positives are fixed in 25.0.0, now we sign our code and also use MSI installer type.

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

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#2469 SVGs with gradients still loaded without gradient when imported
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: ShapesSVG
State: closed Help

> What steps will reproduce the problem? Importing svg files with gradient > What is the expected output? What do you see instead? The paths to appear with gradient when they just appear with a plain color > What version of the product are you using? Is it "nightly build"? Which operating system do you have? v.23.0.1 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. The files below are respectively the one I'm importing on a swf game I'm modding and the one after it's imported. I had the same problem a month ago even submitting an issue about it (for reference:/www.free-decompiler.com/flash/issues/2447-svgs-with-gradients-loaded-without-gradient-whe n-imported). While the problem was solved back then by using a nightly build instead of a stable version, now using the latest stable still makes the problem to happen. Am I missing something I wonder? Anyone could help me with this issue?
Download13568.svg (2,294 KiB)Download13568.svg (47 KiB)
You are probably importing SVG into shape of type DefineShape or DefineShape2. These do not support transparency - the gradient you are trying to import has transparency. You can convert DefineShape/DefineShape2 to DefineShape3 (which supports transpacency), with context menu item "Convert shape type". Then try to import the SVG again.
State: new→opened
Type: bug→question
Yeah thats simply what solves the problem! Thanks once again! Also sorry for being inattentive. The problem with gradients has actually been solved later on, what was missing was actually transparency, but fortunately, my communication did not prevent the problem from being pointed out and solved.
Ok, no problem, you're welcome. Just for info: Few nightlys ago I also fixed the problem in "Convert shape type" action where it incorrectly converted GRADIENTs, but that probably did not harm you. I am closing this.
State: opened→closed