Inkscape

From Creative Commons
Revision as of 23:44, 1 May 2006 by Jon Phillips (talk | contribs) (Examples)
Jump to: navigation, search



Inkscape, is an Open Source SVG-based drawing tool. It supports CC licensing within the application and also has a simple way to add metadata to SVG files from within the application.

Examples

Code

Here is the code that is in Inkscape's SVN repository for making the License and Metadata Dialogs possible. Please use them as examples for coding your own metadata and license selectors:

Screenshots

Inkscape-0.44SVN-licenses.png

Inkscape's gtkmm-based license chooser

Inkscape-0.44SVN-metadata.png

Inkscape's gtkmm-based metadata chooser

External Links