Skip to content

VectorImage 1.2.0

Latest

Choose a tag to compare

@AltiAntonov AltiAntonov released this 13 Jun 17:19
51f24e9

VectorImage 1.2.0

VectorImageAdvanced now includes a focused style compatibility pass for common SVG inputs.

Added

  • Normalize supported inline style="" declarations into presentation attributes before Core rendering.
  • Inline simple stylesheet rules for element, class, id, and single compound selectors.
  • Preserve precedence across stylesheet rules, element attributes, and inline styles.
  • Remove processed <style> blocks and surface unsupported selectors as diagnostics.
  • Regression coverage for inline styles, stylesheet rules, precedence, and unsupported selector diagnostics.

Verification

  • Package tests passed.
  • iOS example build passed.
  • macOS example build passed.