mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 00:45:39 +00:00
@@ -2184,8 +2184,13 @@ public class XFLConverter {
|
||||
String matStr = "";
|
||||
matStr += "<matrix>";
|
||||
RECT bounds = tag.getBounds();
|
||||
matrix.translateX += bounds.Xmin + 40/*??*/;
|
||||
matrix.translateY += bounds.Ymin + 40/*??*/;
|
||||
if ((tag instanceof DefineTextTag) || (tag instanceof DefineText2Tag)) {
|
||||
MATRIX textMatrix = tag.getTextMatrix();
|
||||
matrix = matrix.merge(textMatrix);
|
||||
} else {
|
||||
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