Difference between revisions of "Inkscape"
Jon Phillips (talk | contribs) (→Examples) |
m |
||
Line 3: | Line 3: | ||
[[Category:license]] | [[Category:license]] | ||
[[Category:metadata]] | [[Category:metadata]] | ||
− | |||
− | |||
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. | 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. | ||
Line 12: | Line 10: | ||
=== Code === | === Code === | ||
− | Here is the code that is in | + | 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.cpp?view=log document-metadata.cpp] | ||
Line 31: | Line 29: | ||
== External Links == | == External Links == | ||
− | * [http://www.inkscape.org/ Official Site | + | * [http://www.inkscape.org/ Official Site] |
Revision as of 17:19, 16 March 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's gtkmm-based license chooser
Inkscape's gtkmm-based metadata chooser