Difference between revisions of "Inkscape"

From Creative Commons
Jump to: navigation, search
m
Line 1: Line 1:
[[Category:Application]]
+
[[Category:Developer]]
[[Category:Example]]
 
 
[[Category:license]]
 
[[Category:license]]
 
[[Category:metadata]]
 
[[Category:metadata]]

Revision as of 19:36, 20 August 2009


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