svg export: text export as real text

This commit is contained in:
Honfika
2014-04-26 15:03:10 +02:00
parent 71a108cf61
commit 7e3a38bda4
5 changed files with 131 additions and 51 deletions

View File

@@ -2291,7 +2291,7 @@ public final class SWF implements TreeItem, Timelined {
// TODO: if (layer.filters != null)
// TODO: if (layer.blendMode > 1)
Matrix mat = Matrix.getTranslateInstance(rect.xMin, rect.yMin).preConcatenate(new Matrix(layer.matrix));
exporter.addImage(mat, boundRect, assetName);
exporter.addUse(mat, boundRect, assetName);
// TODO: if (layer.clipDepth > -1)...
}