Added Support for DefineShape4 nonzero winding rule - display, svg (import, export), canvas export

Fixed Calculating fillBits, lineBits on SHAPE structure (storing morphshapes, fonts)
This commit is contained in:
Jindra Petřík
2023-10-16 09:36:06 +02:00
parent 16c91e1b98
commit 2f01f5d4eb
29 changed files with 118 additions and 55 deletions
+2
View File
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- SVG Frames export - filter
- SVG Shapes export - non-scaling strokes
- SVG Shapes import - non-scaling strokes
- Support for DefineShape4 nonzero winding rule - display, svg (import, export), canvas export
### Fixed
- Close action on SWF inside DefineBinaryData
@@ -34,6 +35,7 @@ All notable changes to this project will be documented in this file.
- [#116] §§push at the end of switch branches
- Convolution matrix filter display and editing
- Generic tag editor - Disallow add before/after or remove on parent field with indices
- Calculating fillBits, lineBits on SHAPE structure (storing morphshapes, fonts)
## [19.0.0] - 2023-10-01
### Added