Scalable Vector Graphics

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(External links: wp)
(Specifications: SVG 2 is in the works.)
Line 10: Line 10:
  
 
* [http://www.w3.org/TR/SVG/ Scalable Vector Graphics (SVG)]
 
* [http://www.w3.org/TR/SVG/ Scalable Vector Graphics (SVG)]
 +
** [http://www.w3.org/TR/SVG2/ Scalable Vector Graphics (SVG) 2]
 +
*** [http://www.w3.org/TR/2012/WD-SVG2-20120828/ Scalable Vector Graphics (SVG) 2] (2012-08-28, W3C Working Draft)
 
** [http://www.w3.org/TR/SVG11/ Scalable Vector Graphics (SVG) 1.1]
 
** [http://www.w3.org/TR/SVG11/ Scalable Vector Graphics (SVG) 1.1]
 
*** [http://www.w3.org/TR/2011/REC-SVG11-20110816/ Scalable Vector Graphics (SVG) 1.1 (Second Edition)] (2011-08-16, W3C Recommendation)
 
*** [http://www.w3.org/TR/2011/REC-SVG11-20110816/ Scalable Vector Graphics (SVG) 1.1 (Second Edition)] (2011-08-16, W3C Recommendation)

Revision as of 21:49, 2 December 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.

Specifications

Examples

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>

External links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox