UIBezierPath-SVG
UIBezierPath-SVG copied to clipboard
NS/UIBezierPath from SVG string
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)

