mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:44:36 +00:00
Issue #136 Fixed FLA export text positions
This commit is contained in:
@@ -2197,6 +2197,9 @@ public class XFLConverter {
|
||||
}
|
||||
String matStr = "";
|
||||
matStr += "<matrix>";
|
||||
RECT bounds = tag.getBounds();
|
||||
matrix.translateX += bounds.Xmin;
|
||||
matrix.translateY += bounds.Ymin;
|
||||
matStr += convertMatrix(matrix);
|
||||
matStr += "</matrix>";
|
||||
if ((tag instanceof DefineTextTag) || (tag instanceof DefineText2Tag)) {
|
||||
|
||||
Reference in New Issue
Block a user