Difference between revisions of "Inkscape"

From Creative Commons
Jump to: navigation, search
(Examples)
Line 9: Line 9:
  
 
== Examples ==
 
== 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:
 +
 +
* [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/trunk/src/ui/dialog/document-metadata.cpp?view=log document-metadata.cpp]
 +
* [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/trunk/src/ui/dialog/document-metadata.h?view=log document-metadata.h]
 +
* [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/trunk/src/dialogs/rdf.cpp?view=log rdf.cpp]
 +
* [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/trunk/src/dialogs/rdf.h?view=log rdf.h]
 +
 +
=== Screenshots ===
  
 
[[image:Inkscape-0.44SVN-licenses.png]]
 
[[image:Inkscape-0.44SVN-licenses.png]]

Revision as of 23:44, 1 May 2006



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