mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 00:28:23 +00:00
- [#1402] SVG export: certain font characters not exported properly fixed 2
This commit is contained in:
@@ -752,12 +752,11 @@ public abstract class TextTag extends DrawableTag {
|
||||
exporter.createDefGroup(null, charId);
|
||||
SVGShapeExporter shapeExporter = new SVGShapeExporter(swf, shape, 0, exporter, null, colorTransform, zoom);
|
||||
shapeExporter.export();
|
||||
if (exporter.endGroup()) {
|
||||
chs.put(entry.glyphIndex, charId);
|
||||
}
|
||||
else {
|
||||
chs.put(entry.glyphIndex, "");
|
||||
if (!exporter.endGroup()) {
|
||||
charId = "";
|
||||
}
|
||||
|
||||
chs.put(entry.glyphIndex, charId);
|
||||
}
|
||||
|
||||
if (!"".equals(charId)) {
|
||||
|
||||
Reference in New Issue
Block a user