Scalable Vector Graphics

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Specifications: SVG 2 is in the works.)
(Specifications: Mobile profiles: SVG Tiny 1.2 seems to be a spin-off of SVG Mobile.)
Line 17: Line 17:
 
** Scalable Vector Graphics (SVG) 1.0
 
** Scalable Vector Graphics (SVG) 1.0
 
*** [http://www.w3.org/TR/2001/REC-SVG-20010904/ Scalable Vector Graphics (SVG) 1.0] (2001-09-04, W3C Recommendation)
 
*** [http://www.w3.org/TR/2001/REC-SVG-20010904/ Scalable Vector Graphics (SVG) 1.0] (2001-09-04, W3C Recommendation)
 +
 +
=== Mobile Profiles ===
 +
 +
* SVG Tiny
 +
** [http://www.w3.org/TR/SVGTiny12/ Scalable Vector Graphics (SVG) Tiny 1.2]
 +
*** [http://www.w3.org/TR/2008/REC-SVGTiny12-20081222/ Scalable Vector Graphics (SVG) Tiny 1.2] (2008-12-22, W3C Recommendation)
 +
* [http://www.w3.org/TR/SVGMobile/ Mobile SVG Profiles: SVG Tiny and SVG Basic]
 +
** [http://www.w3.org/TR/SVGMobile12/ Scalable Vector Graphics (SVG) Tiny 1.2]
 +
** [http://www.w3.org/TR/SVGMobile11/ Mobile SVG Profiles: SVG Tiny and SVG Basic 1.1]
 +
*** [http://www.w3.org/TR/2003/REC-SVGMobile-20030114/ Mobile SVG Profiles: SVG Tiny and SVG Basic 1.1] (2003-01-14, W3C Recommendation)
  
 
== Examples ==
 
== Examples ==

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