Scalable Vector Graphics

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Specifications: Mobile profiles: SVG Tiny 1.2 seems to be a spin-off of SVG Mobile.)
(External links: There are a lot of SVG-related documents.)
Line 42: Line 42:
 
* [[Wikipedia:Scalable Vector Graphics]]
 
* [[Wikipedia:Scalable Vector Graphics]]
 
* [http://www.w3.org/Graphics/SVG/ W3C SVG Working Group]
 
* [http://www.w3.org/Graphics/SVG/ W3C SVG Working Group]
 +
* [http://www.w3.org/standards/techs/svg SVG Current Status]
  
 
[[Category:XML]]
 
[[Category:XML]]
 
[[Category:XML based file formats]]
 
[[Category:XML based file formats]]

Revision as of 22:17, 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.

Contents

Specifications

Mobile Profiles

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