SVG programming from Cocoa

KenDRhyD

Registered
Does anyone know if there is any support for generating SVG images from within a Cocoa (Objecctive-C) application? I have an application that generates JPEG images of ladder diagrams for single and double elimination tournaments for sports, and I am interested in the ability to rewrite this code for MacOS X using Objective-C, but I also want to use the experience to learn more about SVG. I have hand-crafted some diagrams, but there are some aspects that are still missing and I wonder if there is any support built-in at this time.
 
Back
Top