VectorImage 1.3.0
VectorImageAdvanced now supports focused local <symbol> / <use> preprocessing before Core rendering.
Added
- Expand local
<symbol>and<use href="#...">references into Core-friendly SVG elements. - Apply
xandyuse-position translation to expanded local references. - Support self-closing and paired
<use></use>forms. - Report diagnostics for expanded, unresolved, external, and recursive use references.
- Preserve unrelated
<defs>content while removing expanded local definitions. - Add iOS and macOS example cards for current Advanced behavior, including symbol/use expansion.
- Update README, DocC, known limitations, and changelog for 1.3.0.
Verification
- Package tests passed.
- iOS example build passed.
- macOS example build passed.