SVG
- SVG
- Scaleable Vector Graphics. An XML based language for describing two dimensional
vector graphics (for the web). An SVG file normally has the file extension .svg.
For more information see:
- www.w3.org/TR/SVG - Scaleable Vector Graphics 1.0 Specification.
- www.w3.org/TR/SVG12/ - Scaleable Vector Graphics 1.2 Specification.
- www.adobe.com/svg/main.html - SVG viewer.
- http://tech.irt.org/articles/js176/ - history and overview of SVG.
- www.w3schools.com/svg/default.asp - SVG Tutorial.
- www.inkscape.org - Inkscape, an open source SVG editor.
- www.15seconds.com/issue/030630.htm - Article on producing SVG from .NET.
- www.w3.org/2002/Talks/www2002-svgtut-ih/hwtut.pdf - SVG tutorial.
- www.carto.net/papers/svg/index_e.shtml - Cartography and SVG.
- www.perfectxml.com/nr/SVGSMIL.pdf - Article on animating SVG.
- http://pilat.free.fr/english/routines/js_dom.htm - JavaScript functions, variables and methods available in the Adobe Viewer. Incomplete, but a succinct reference.
- http://apike.ca/prog_svg.html - Pike's SVG Tutorial.