From fbf7019f1a349ef49b46dd60e0f365eafe4813db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 13 Mar 2021 10:52:01 +0100 Subject: [PATCH] Fixed: #1488 SVG Export - EmptyStackException when clipping used --- CHANGELOG.md | 2 ++ .../src/com/jpexs/decompiler/flash/timeline/Timeline.java | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8a85080..594782766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. ### Fixed - AS3 hilight and edit XML based on CData or comment only - [#1435] Adding DefineScalingGrid to DefineSprite +- [#1488] SVG Export - EmptyStackException when clipping used ## [14.2.0] - 2021-03-12 ### Added @@ -2110,6 +2111,7 @@ All notable changes to this project will be documented in this file. [alpha 8]: https://github.com/jindrapetrik/jpexs-decompiler/compare/alpha7...alpha8 [alpha 7]: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/alpha7 [#1435]: https://www.free-decompiler.com/flash/issues/1435 +[#1488]: https://www.free-decompiler.com/flash/issues/1488 [#1645]: https://www.free-decompiler.com/flash/issues/1645 [#1639]: https://www.free-decompiler.com/flash/issues/1639 [#1371]: https://www.free-decompiler.com/flash/issues/1371 diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java index 4dd3310b8..1336e6599 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java @@ -1023,6 +1023,7 @@ public class Timeline { if (clipChanged) { if (clipGroup != null) { exporter.endGroup(); + clipGroup = null; } if (clips.size() > 0) {