Scalable Vector Graphics

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Added sample files)
 
(One intermediate revision by one user not shown)
Line 45: Line 45:
 
* [https://github.com/pramodhkp/pdf2svg/ pdf2svg (in JavaScript)]
 
* [https://github.com/pramodhkp/pdf2svg/ pdf2svg (in JavaScript)]
 
* Most modern web browsers can display SVG files.
 
* Most modern web browsers can display SVG files.
 +
* [https://github.com/Xelitan/svg2png svg2png] - simple command line that converts SVG to JPG/PNG/BMP/PNM
  
 
== Sample files ==
 
== Sample files ==
* https://telparia.com/fileFormatSamples/image/svg/
+
* {{DexvertSamples|image/svg}}
  
 
== External links ==
 
== External links ==

Latest revision as of 20:14, 1 March 2025

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

 [hide

[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