1.2.0 (2025-08-01)
- Added Sendable conformance for all
SVGPathtypes - Bumped required Swift version to 5.7
1.1.6 (2025-04-06)
- Fixed stack overflow for large paths in debug builds
1.1.5 (2024-04-28)
- Fixed incorrect calculation for relative
moveTocommands - Added
+=and-=operators forSVGPoint
1.1.4 (2023-12-09)
- Fixed inverted arc rotation argument
1.1.3 (2023-03-17)
- Fixed bug with parsing paths that use a leading
+as a delimiter between numbers
1.1.2 (2023-03-08)
- Fixed bug where relative coordinates were calculated incorrectly after an
endcommand
1.1.1 (2022-07-27)
- Fixed bug where coordinates were flipped vertically when serializing path to string
1.1.0 (2022-07-24)
- Added
SVGPath(cgPath:)initializer for convertingCGPathtoSVGPath - Added
SVGPath.string(with:)method for serializing anSVGPathobject back to string form - Added
SVGPath.points()andSVGPath.getPoints()methods for extracting path data - Fixed compiler warning on older Xcode versions
- Fixed warnings on latest Xcode
1.0.2 (2022-04-15)
- Added
SVGArc.asBezierPath()method for converting arcs to Bezier curves without Core Graphics
1.0.1 (2022-04-04)
- Fixed parsing scientific numbers
- Added support for implicit
lineTocommands
1.0.0 (2022-01-08)
- First release