Fixed: #1488 SVG Export - EmptyStackException when clipping used

This commit is contained in:
Jindra Petřík
2021-03-13 10:52:01 +01:00
parent 1fe8d91995
commit fbf7019f1a
2 changed files with 3 additions and 0 deletions

View File

@@ -1023,6 +1023,7 @@ public class Timeline {
if (clipChanged) {
if (clipGroup != null) {
exporter.endGroup();
clipGroup = null;
}
if (clips.size() > 0) {