Skip to content

fix: missing reader.skipName() in ShapeStrokeParser default case#416

Open
burakimdatt wants to merge 5 commits intoxvrh:masterfrom
burakimdatt:fix/stroke-parser-default-skip-name
Open

fix: missing reader.skipName() in ShapeStrokeParser default case#416
burakimdatt wants to merge 5 commits intoxvrh:masterfrom
burakimdatt:fix/stroke-parser-default-skip-name

Conversation

@burakimdatt
Copy link
Copy Markdown
Contributor

The default branch only called skipValue(), unlike ShapeFillParser and other parsers that use skipName() + skipValue() for unknown keys. This aligns behavior and avoids leaving the name token unconsumed.

Made with Cursor

burakimdatt and others added 5 commits April 9, 2026 15:26
…rsions for characters, matcher, material_color_utilities, meta, and test_api packages. Enhance FillContent class to support PathFillType.
Fixes path fillType assignment timing in both FillContent and GradientFillContent to occur during draw/bounds operations rather than initialization.
Aligns with other parsers (e.g. ShapeFillParser) when skipping unknown stroke keys.

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants