mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 17:50:43 +00:00
Issue #235 Export FLA: incorrect Dynamic Text Fields coordinates.
This commit is contained in:
@@ -2236,6 +2236,10 @@ public class XFLConverter {
|
||||
} else {
|
||||
matrix.translateX += bounds.Xmin;
|
||||
matrix.translateY += bounds.Ymin;
|
||||
|
||||
//I do not know why, but there is (always?) 2px difference
|
||||
matrix.translateX += 2 * 20;
|
||||
matrix.translateY += 2 * 20;
|
||||
}
|
||||
matStr += convertMatrix(matrix);
|
||||
matStr += "</matrix>";
|
||||
|
||||
Reference in New Issue
Block a user