Scalable Vector Graphics
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(2 intermediate revisions by 2 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| | + | |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. | ||
− | == | + | == 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] |
Latest revision as of 04:06, 28 December 2023
Scalable Vector Graphics (SVG) is an XML-based method for storing vector images.
Contents[hide] |
[edit] Specifications
- Scalable Vector Graphics (SVG)
- Scalable Vector Graphics (SVG) 2
- Scalable Vector Graphics (SVG) 2 (2012-08-28, W3C Working Draft)
- Scalable Vector Graphics (SVG) 1.1
- Scalable Vector Graphics (SVG) 1.1 (Second Edition) (2011-08-16, W3C Recommendation)
- Scalable Vector Graphics (SVG) 1.1 (First Edition) (2003-01-14, W3C Recommendation)
- Scalable Vector Graphics (SVG) 1.0
- Scalable Vector Graphics (SVG) 1.0 (2001-09-04, W3C Recommendation)
- Scalable Vector Graphics (SVG) 2
[edit] Mobile Profiles
- SVG Tiny
- Scalable Vector Graphics (SVG) Tiny 1.2
- Scalable Vector Graphics (SVG) Tiny 1.2 (2008-12-22, W3C Recommendation)
- Scalable Vector Graphics (SVG) Tiny 1.2
- Mobile SVG Profiles: SVG Tiny and SVG Basic
- Scalable Vector Graphics (SVG) Tiny 1.2
- Mobile SVG Profiles: SVG Tiny and SVG Basic 1.1
- Mobile SVG Profiles: SVG Tiny and SVG Basic 1.1 (2003-01-14, W3C Recommendation)
[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
- Inkscape
- pdf2svg (in JavaScript)
- Most modern web browsers can display SVG files.