Skip to content

VectorImage 1.3.0

Latest

Choose a tag to compare

@AltiAntonov AltiAntonov released this 24 Jun 11:53
9062fde

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 x and y use-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.