Scalable Vector Graphics

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Change telparia.com samples link to template)
 
(3 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
|extensions={{ext|svg}}, {{ext|svgz}}
 
|extensions={{ext|svg}}, {{ext|svgz}}
 
|mimetypes={{mimetype|image/svg+xml}}
 
|mimetypes={{mimetype|image/svg+xml}}
|locfdd={{LoCFDD|fdd000020}}
+
|locfdd={{LoCFDD|fdd000515}}
 
|pronom={{PRONOM|fmt/91}}, {{PRONOM|fmt/92}}, {{PRONOM|x-fmt/109}}, {{PRONOM|fmt/413}}
 
|pronom={{PRONOM|fmt/91}}, {{PRONOM|fmt/92}}, {{PRONOM|x-fmt/109}}, {{PRONOM|fmt/413}}
 
|released=2001
 
|released=2001
Line 46: Line 46:
 
* Most modern web browsers can display SVG files.
 
* Most modern web browsers can display SVG files.
  
== External links ==
+
== Sample files ==
 +
* {{DexvertSamples|image/svg}}
  
 +
== External links ==
 
* [[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]
 
* [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