mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 12:58:07 +00:00
Fixed: #1488 SVG Export - EmptyStackException when clipping used
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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