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 issues#882 Canvas export border size
Author: honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to: honfika
Labels: Canvas export
State: closed
> What steps will reproduce the problem?
Open as2.swf, export MorphShape 3 as Html5 Canvas
> What is the expected output? What do you see instead?
Current: Border size is too thick (It seems that it is not divided by 20)
The shape path is appearing 2 times in the export: In morphshape3 function and in
drawFrame function.
morphshape3 function is not used.
The morphshape is OK when when i export the whole swf. (Because it is using the
morphshape3 function)
So the morphshape export should use the same function, and should not generate the path
again into the drawframe function.
The same problem exists in (Non-morph)Shapes, too.
> What version of the product are you using? On what operating system?
Latest.