diff --git a/trunk/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java b/trunk/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java index 8d937958b..0fcc275e8 100644 --- a/trunk/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java +++ b/trunk/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java @@ -2197,6 +2197,9 @@ public class XFLConverter { } String matStr = ""; matStr += ""; + RECT bounds = tag.getBounds(); + matrix.translateX += bounds.Xmin; + matrix.translateY += bounds.Ymin; matStr += convertMatrix(matrix); matStr += ""; if ((tag instanceof DefineTextTag) || (tag instanceof DefineText2Tag)) {