mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-10 18:05:01 +00:00
Fixed: #1488 SVG Export - EmptyStackException when clipping used
This commit is contained in:
@@ -1023,6 +1023,7 @@ public class Timeline {
|
||||
if (clipChanged) {
|
||||
if (clipGroup != null) {
|
||||
exporter.endGroup();
|
||||
clipGroup = null;
|
||||
}
|
||||
|
||||
if (clips.size() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user