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