Skip to content

VectorImage 1.4.0

Latest

Choose a tag to compare

@AltiAntonov AltiAntonov released this 05 Jul 11:50
046bbee

VectorImage 1.4.0

This release expands VectorImageAdvanced with conservative layout normalization before Core rendering.

What's Changed

  • Added root dimension normalization from numeric viewBox values.
  • Added safe root percentage dimension conversion when viewBox provides deterministic concrete dimensions.
  • Added simple nested svg layout flattening into Core-friendly group transforms.
  • Added diagnostics when nested svg layout cannot be safely normalized.
  • Added iOS and macOS example cards for Advanced layout normalization.
  • Added regression coverage for root dimension normalization, percentage conversion, nested layout flattening, and unsafe nested layout diagnostics.
  • Stabilized URLProtocol-backed async source-loading tests in CI.

Validation

  • Package Tests passed in GitHub Actions.
  • iOS Example Build passed in GitHub Actions.
  • macOS Example Build passed in GitHub Actions.