SwiftSVG

0.10.0

A foundation-based SVG parsing library
richardpiazza/SwiftSVG

What's New

SwiftSVG 0.10.0

2023-03-03T23:44:19Z

This release address an issue with parsing smooth quadratic curve as well as radius issues while processing circles.

#3 Thanks @rpoelstra

SwiftSVG

A Swift SVG parsing library

Twitter: @richardpiazza

Usage

SwiftSVG is distributed using the Swift Package Manager. To install it into a project, add it as a dependency within your Package.swift manifest:

let package = Package(
    ...
    dependencies: [
        .package(url: "https://github.com/richardpiazza/SwiftSVG.git", from: "0.8.0")
    ],
    ...
)

Then import the SwiftSVG packages wherever you'd like to use it:

import SwiftSVG

Features

License

SwiftSVG is released under an MIT License.

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

Last updated: Thu Mar 23 2023 15:23:06 GMT-0500 (GMT-05:00)