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.

#1401 SVG export: duplicate pattern IDs
Author:
dev_zzo

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

> What steps will reproduce the problem?
Exporting the SWF in the SVG format.
> What is the expected output? What do you see instead?
Images are rendered in the SVG as patterns, with each pattern having a unique ID so it can
be accessed via a URL. Currently, the pattern ID is always set to "PatternID_1", which
results in the same image (the first one, in fact) used in all places in the resulting
SVG.
The SVGShapeExporter.lastPatternId member probably needs to be class global. It is created
in the toSVG() methods and therefore the ID is always 1.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
10.0.0 official build.
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
Attached is an example SWF triggering the unintended behaviour, as well as the exporting
results.


Fixed in the latest (1653) nightly build, please try it.
State: new→upgraded
Confirmed as fixed. Thank you for a quick fix!
State: upgraded→closed