Scalable Vector Graphics

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Gphemsley moved page SVG to Scalable Vector Graphics: Disambiguating SVG.)
m (Change telparia.com samples link to template)
 
(13 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
|formattype=electronic
 
|formattype=electronic
 
|subcat=Graphics
 
|subcat=Graphics
|extensions={{ext|svg}}
+
|extensions={{ext|svg}}, {{ext|svgz}}
 
|mimetypes={{mimetype|image/svg+xml}}
 
|mimetypes={{mimetype|image/svg+xml}}
 +
|locfdd={{LoCFDD|fdd000515}}
 +
|pronom={{PRONOM|fmt/91}}, {{PRONOM|fmt/92}}, {{PRONOM|x-fmt/109}}, {{PRONOM|fmt/413}}
 +
|released=2001
 
}}
 
}}
 +
'''Scalable Vector Graphics''' ('''SVG''') is an [[XML]]-based method for storing [[Graphics|vector images]].
  
Scalable Vector Graphics (SVG) is an [[XML]] based method for storing [[Graphics|vector images]].
+
== Specifications ==
  
The [http://www.w3.org/TR/SVG/ specification] is open and there is a [http://www.w3.org/Graphics/SVG/ working group].
+
* [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/2011/REC-SVG11-20110816/ Scalable Vector Graphics (SVG) 1.1 (Second Edition)] (2011-08-16, W3C Recommendation)
 +
*** [http://www.w3.org/TR/2003/REC-SVG11-20030114/ Scalable Vector Graphics (SVG) 1.1 (First Edition)] (2003-01-14, W3C Recommendation)
 +
** 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)
  
The following is an example of a simple svg file:
+
=== 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 ==
 +
 +
The following is an example of a simple SVG file:
 +
 +
<code>
 
   <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
 
   <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" />
 
     <circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
 
   </svg>
 
   </svg>
 +
</code>
 +
 +
== Software ==
 +
* [https://inkscape.org/en/ Inkscape]
 +
* [https://github.com/pramodhkp/pdf2svg/ pdf2svg (in JavaScript)]
 +
* Most modern web browsers can display SVG files.
 +
 +
== Sample files ==
 +
* {{DexvertSamples|image/svg}}
  
== References ==
+
== External links ==
* [http://www.w3.org/TR/SVG/ Official specification]
+
* [[Wikipedia:Scalable Vector Graphics]]
 +
* [http://www.w3.org/Graphics/SVG/ W3C SVG Working Group]
 +
* [http://www.w3.org/standards/techs/svg SVG Current Status]
 +
* [https://www.loc.gov/preservation/digital/formats/fdd/fdd000517.shtml SVG 2 Preservation Status (Library of Congress)]
  
 
[[Category:XML based file formats]]
 
[[Category:XML based file formats]]

Latest revision as of 04:06, 28 December 2023

File Format
Name Scalable Vector Graphics
Ontology
Extension(s) .svg, .svgz
MIME Type(s) image/svg+xml
LoCFDD fdd000515
PRONOM fmt/91, fmt/92, x-fmt/109, fmt/413
Released 2001

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

Contents

[edit] Specifications

[edit] Mobile Profiles

[edit] 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>

[edit] Software

[edit] Sample files

[edit] External links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox