Skip to content

Releases: s-emp/SVGPathKit

SVGPathKit v1.0.0 - Initial Release

12 Sep 08:48

Choose a tag to compare

🎉 Initial Release of SVGPathKit

A high-performance Swift library for parsing and rendering SVG path data into CoreGraphics paths.

✨ Features

  • Complete SVG 2.0 Support - All path commands including complex elliptical arcs
  • High Performance - Optimized tokenizer and parser with minimal memory allocation
  • Comprehensive Error Handling - Detailed error messages with localization support
  • Type Safety - Strongly typed command system with full Swift error handling
  • Cross-Platform - Works on iOS, macOS, tvOS, and watchOS
  • Extensive Testing - 100% test coverage with comprehensive validation
  • DocC Documentation - Complete API documentation with examples

📦 Installation

Swift Package Manager

Add to your Package.swift:

dependencies: [
    .package(url: "https://github.com/s-emp/SVGPathKit.git", from: "1.0.0")
]