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

@@ -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

View File

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