JPEXS Free Flash Decompiler Issue Tracker

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

#2018 Unable to import exported SVG files with transparency
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: Shapes
State: opened Help

> What steps will reproduce the problem? Export a shape as a .svg file Replace shape in another .swf file with exported .svg file Receive transparency error merror > What is the expected output? What do you see instead? The replacement is performed successfully with no error message and no transparency error See this error instead: https://i.imgur.com/cPBgHge.png > What version of the product are you using? Is it "nightly build"? Which operating system do you have? v18.4.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.
user
This used to work without incident in previous versions
admin
DefineShape2 tag type does not support transparent color. You need to use DefineShape3 tag type or later.
State: new→opened
Type: bug→question