Skip to content

Releases: swift-foundations/swift-svg-render

Release list

0.2.0

Choose a tag to compare

@coenttb coenttb released this 15 Dec 21:01

What's New

Typed Geometry Support

  • Updated swift-svg-standard dependency to 0.2.0 for typed geometry support
  • SVG elements now use typed coordinates (W3C_SVG2.X, Y, Width, Height, etc.)

Code Quality

  • Added messages to all fatalError() calls for CI strict mode compliance
  • Fixed orphaned doc comment in SVG.Builder
  • Applied swiftlint and swift-format fixes