build fix

This commit is contained in:
honfika@gmail.com
2015-06-09 12:34:26 +02:00
parent 88a44ce07d
commit 483a434457

View File

@@ -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) {