From 483a4344576e586f03f44bae5c14fc98b6b44ce0 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Tue, 9 Jun 2015 12:34:26 +0200 Subject: [PATCH] build fix --- .../src/com/jpexs/decompiler/flash/tags/base/TextTag.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextTag.java index 8463c3803..20a91a0f0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextTag.java @@ -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) {