Scalable Vector Graphics

From Just Solve the File Format Problem
Revision as of 21:25, 28 October 2012 by JasonAller (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

The specification is open and there is a working group.

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>
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox