mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 17:18:05 +00:00
build fix
This commit is contained in:
@@ -691,7 +691,7 @@ public abstract class TextTag extends CharacterTag implements DrawableTag {
|
||||
chs.put(ch, charId);
|
||||
}
|
||||
|
||||
Element charImage = exporter.addUse(mat, bounds, charId);
|
||||
Element charImage = exporter.addUse(mat, bounds, charId, null);
|
||||
RGBA colorA = new RGBA(textColor);
|
||||
charImage.setAttribute("fill", colorA.toHexRGB());
|
||||
if (colorA.alpha != 255) {
|
||||
|
||||
Reference in New Issue
Block a user