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

#2612 Export SVG: the texts in a mess
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: SVGText
State: upgraded Help

> What steps will reproduce the problem? Open the file, and convert the frame to SVG. > What is the expected output? What do you see instead? The texts should be normally showed; But the texts in a mess at one line, whether or not enable font-face option. > What version of the product are you using? Is it "nightly build"? Which operating system do you have? This BUG produced on commit 0d1965(Fixed: #2589 SVG export - subsprite animation, sprite offsets) and after; windows 10 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you.
Downloadsvg_test.swf (101 KiB)Download1_result.png (55 KiB)
Please try nightly 3377. The SWF contains some invalid unicode characters for example lambda. The conversion cannot restore them - they are only stored in SWF as paths, not Unicode code point. (The stored code point is broken - missing the second surrogate) I am attaching the SVG I got (with font-face export ON), in case you get something other.
State: new→upgraded
Well, it's still mess up(font-face off). But after I enabled "retain shape bounds" option, it's seemed good when font-face is off. However, the symbol 'γ' is mirrored after conversion.
Please try nightly 3379. Looks like I fixed the "retain shape bounds" option.