AngusHardie / cocoasvgexperiment

Example of generating SVG in a cocoa app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG Experiment

This is the code example that goes with my blog post Exporting SVG From Cocoa

Built in xcode 4.6.3 with 10.8 sdk. It should compile in earlier versions without too much trouble.

The data objects are sort of simplified versions from SQLEditor, but don't do much except sit around waiting to be drawn.

License is BSD 3 clause, see license.txt file.

Hope it proves useful. :-)

About

Example of generating SVG in a cocoa app

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Objective-C 100.0%