Fixed: #2471 Clipping - multiple clips handling, in display and also SVG export

This commit is contained in:
Jindra Petřík
2025-06-23 00:22:03 +02:00
parent c8a0cee3f9
commit b47400a8a6
3 changed files with 92 additions and 17 deletions
+2
View File
@@ -77,6 +77,7 @@ All notable changes to this project will be documented in this file.
- [#2469] Converting shape type did not convert gradient colors transparency
- [#2470] Transform - paste matrix, edit current matrix not working
- Do not allow to switch PlaceObjects in transform mode
- [#2471] Clipping - multiple clips handling, in display and also SVG export
## [23.0.1] - 2025-05-16
### Fixed
@@ -3881,6 +3882,7 @@ Major version of SWF to XML export changed to 2.
[#2405]: https://www.free-decompiler.com/flash/issues/2405
[#1646]: https://www.free-decompiler.com/flash/issues/1646
[#2469]: https://www.free-decompiler.com/flash/issues/2469
[#2471]: https://www.free-decompiler.com/flash/issues/2471
[#2427]: https://www.free-decompiler.com/flash/issues/2427
[#1826]: https://www.free-decompiler.com/flash/issues/1826
[#2448]: https://www.free-decompiler.com/flash/issues/2448