Fixed: #2612 SVG export - problems with retain shape bounds setting

This commit is contained in:
Jindra Petřík
2026-01-17 19:57:45 +01:00
parent 5b76c1f5ed
commit ac7cc42eea
2 changed files with 2 additions and 1 deletions

View File

@@ -2001,7 +2001,7 @@ public class Timeline {
createNew = true;
}
if (createNew) {
exporter.createDefGroup(new ExportRectangle(boundRect), assetName);
exporter.createDefGroup(null, assetName);
drawable.toSVG(dframe, dtime, exporter, layer.ratio, clrTrans, level + 1, transformation, absMat);
exporter.endGroup();