mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 01:00:46 +00:00
some logging removed
This commit is contained in:
@@ -2574,13 +2574,7 @@ public class XFLConverter {
|
||||
writer.writeAttribute("antiAliasSharpness", antiAliasSharpness);
|
||||
writer.writeAttribute("antiAliasThickness", antiAliasThickness);
|
||||
}
|
||||
if (((CharacterTag) tag).getCharacterId() == 650) {
|
||||
// todo: remove
|
||||
System.err.println("=========================AAAAAAAAAAA");
|
||||
}
|
||||
Map<String, Object> attrs = TextTag.getTextRecordsAttributes(textRecords, swf);
|
||||
// todo: remove
|
||||
System.err.println("///////////=============");
|
||||
writer.writeAttribute("width", tag.getBounds().getWidth() / 2);
|
||||
writer.writeAttribute("height", tag.getBounds().getHeight());
|
||||
writer.writeAttribute("autoExpand", true);
|
||||
|
||||
Reference in New Issue
Block a user