Scalable Vector Graphics

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 18: Line 18:
 
== References ==
 
== References ==
 
* [http://www.w3.org/TR/SVG/ Official specification]
 
* [http://www.w3.org/TR/SVG/ Official specification]
 +
 +
[[Category:XML based file formats]]

Revision as of 17:07, 20 November 2012

File Format
Name Scalable Vector Graphics
Ontology
Extension(s) .svg
MIME Type(s) image/svg+xml


Scalable Vector Graphics (SVG) is an XML based method for storing vector images.

The specification is open and there is a working group.

The following is an example of a simple svg file:

 <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
   <circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
 </svg>

References

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox