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.

#2461 Missing shape in SVG export
Author:
Astariul

Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed 

> What steps will reproduce the problem?
In the given `o2.swf` file, if you try to export the sprite with child ID = 775 (frame
#112) as PNG and SVG, you get two different results (one shape is missing in the SVG).
> What is the expected output? What do you see instead?
I expect the SVG to include the missing shape, just like the PNG export.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
Mac OS, latest stable version of FFdec (v23.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.
If you look into the SVG file, you can see this line :
`<use ffdec:characterId="774" height="89.65" transform="matrix(1.0, 0.0, 0.0, 1.0, -59.45,
-17.15)" width="58.55" xlink:href="#shape1"/>`
Which use the shape 774, defined with the ID `#shape1`. However if you look in the
`<defs>` section, there is no element with id=`#shape1`...
This is fixed in nightly 3167.
State: new→upgraded
Awesome thanks for the super fast fix !!
You're welcome.
State: upgraded→closed