SVGKit is a cross-platform Cocoa framework for rendering SVG files as Core Animation layers. All shapes are represented by instances of the CAShapeLayer
class, and are, by design, animatable. SVGKit is compatible with the latest OS X and iOS SDK's.
Dependencies:
git submodule init && git submodule update
XCodeProjects:
- SVGKit - the core library, builds the frameworks, also runs a shell script to build a fat lib
- SVGPadDemo - demo using the core libs on iOS
- SVGTesterDemo - demo + test app that uses core libs on OSX
Please report any issues or suggest improvements in the issue tracker and attach as much info as you can including the source SVG used that failed to parse, core dumps, instruments logs, patch code, etc. Anything helps.