Open djphoenix opened 9 years ago
I didn't know that but I'm unsurprised it can be easily done. As you know, it's all Core Graphics and CALayers once you get passed a thin UIView wrapper.
If you'd like to put together a pull request, I'd be happy to look it for inclusion.
:+1:
@djphoenix @grhowes here's a reference of another project that turns svgpaths to uibezierpaths/nsbezierpaths https://github.com/ap4y/UIBezierPath-SVG/blob/master/SKUBezierPath%2BSVG.h
With some changes (UIColor->NSColor etc.) SVGgh runs perfect in OS X app. Will you write some #defines to make it platform-independent? Or could I do it (via pull request)?