ap4y / UIBezierPath-SVG

NS/UIBezierPath from SVG string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SKUBezierPath+SVG

SKUBezierPath is a UIBezierPath/NSBezeierPath class category with SVG parser. This project was previously called UIBezierPath+SVG, it was renamed to SKUBezierPath+SVG with introduction of NSBezierPath support, see #5.

Usage

+ (SKUBezierPath *)bezierPathWithSVGString:(NSString*)svgString;

Example project included with sample SVG icons (from Raphael free icons collection).

Contributors

ARC and NSBezierPath support was implemented by @mredig.

Alternative Projects

Check IJSVG (NSBezierPath only) if you need support for transfortmations, elements, etc.

Reference

License

(The MIT License)

About

NS/UIBezierPath from SVG string


Languages

Language:Objective-C 99.9%Language:Ruby 0.1%