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#2361 21.1.2+ regression: transform position for PlaceObject is wrong on save
Author: WorstCC
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Free transform
State: closed
> What steps will reproduce the problem?
Use transform to change the position of a PlaceObject, then save the transform. It may
take multiple transforms for the issue to occur. The issue occurs less often when moving
the object by a small distance. Transforming a shape/sprite directly seems to work
normally.
> What is the expected output? What do you see instead?
The object should save to the edited transform position. Instead, its position is far off
from the transform position.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
v.21.1.3 nightly build 2982 on Linux Mint/Windows 11. Versions made when/after the simple
editor was added in a nightly build have this issue.
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
The attached swf file has PlaceObjects that the issue affects.
transform.swf (3 KiB)
This should be fixed in nightly 2983.
State: new→upgraded
It's fixed, thanks.
Wait, the issue still occurs for objects that don't already have a matrix. Resetting the
matrix by checking placeFlagHasMatrix to false then using transform will still result in
wrong position
Should be fixed in nightly 2984.
The transform seems to be good now.
State: upgraded→closed