Scalable Vector Graphics

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(PRONOM, LoCFDD)
(Software)
Line 41: Line 41:
  
 
== Software ==
 
== Software ==
 +
* [https://inkscape.org/en/ Inkscape]
 
* [https://github.com/pramodhkp/pdf2svg/ pdf2svg (in JavaScript)]
 
* [https://github.com/pramodhkp/pdf2svg/ pdf2svg (in JavaScript)]
 +
* Most modern web browsers can display SVG files.
  
 
== External links ==
 
== External links ==

Revision as of 19:52, 14 December 2014

File Format
Name Scalable Vector Graphics
Ontology
Extension(s) .svg
MIME Type(s) image/svg+xml
LoCFDD fdd000020
PRONOM fmt/91, fmt/92

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>

Software

External links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox