• Stars
    star
    179
  • Rank 214,039 (Top 5 %)
  • Language
    Objective-C
  • Created over 12 years ago
  • Updated about 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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)