Difference between revisions of "SVG"
Jon Phillips (talk | contribs) |
Jon Phillips (talk | contribs) |
||
Line 4: | Line 4: | ||
[[Category:filetype]] | [[Category:filetype]] | ||
[[Category:XML]] | [[Category:XML]] | ||
+ | [[Category:example]] | ||
{{incomplete}} | {{incomplete}} | ||
Revision as of 22:54, 1 May 2006
Scalable Vector Graphics (SVG) SVG is a language for describing two-dimensional graphics and graphical applications in XML. It supports placing metadata for the whole document and per object.
Developer Challenges
Develop software that embeds license and metadata into SVG files (XML-based).
Implementations
- Inkscape, an open source drawing tool
- Open Clip Art Library, a public domain collection of user-submitted clip art
- Please add yours here :)
Examples
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 for use in SVG:
TODO
- Please help by adding you todo here :)