FROM : Jens Alfke
DATE : Thu May 08 17:10:13 2008
On 8 May '08, at 3:10 AM, vinitha ks wrote:
> My other question is about vector graphics,Is there any way to
> implement
> SVG in my cocoa application?
Use a WebView and load an SVG document into it.
> Is there anyway to draw vector graphics other
> than using GCDrawKit (because still it doesn't provide any
> documentation).
You shouldn't need a 3rd party framework just to do drawing. CoreData
draws vector graphics, and Cocoa has wrappers like NSBezierPath.
—Jens
DATE : Thu May 08 17:10:13 2008
On 8 May '08, at 3:10 AM, vinitha ks wrote:
> My other question is about vector graphics,Is there any way to
> implement
> SVG in my cocoa application?
Use a WebView and load an SVG document into it.
> Is there anyway to draw vector graphics other
> than using GCDrawKit (because still it doesn't provide any
> documentation).
You shouldn't need a 3rd party framework just to do drawing. CoreData
draws vector graphics, and Cocoa has wrappers like NSBezierPath.
—Jens






Cocoa mail archive

