SVGPathSerializing

Apache 2.0 License
Objective-C
iOS

1 image

Author

Description

A simple toolkit for reading reading/writing/drawing bezier paths to/from SVG. Only the path, polygon, & rectangle elements are supported.

The goal of this project is not to be a fully compatible SVG parser/renderer. But rather to use SVG as a format for serializing CG/UIPaths, meaning it only supports SVG features that can be represented by CG/UIPaths.

It also aims to be so fast as to be usable anywhere you'd use a UIImageView.

Tags