SVG Tutorial

Scalable Vector Graphics, SVG, is a W3C XML dialect to mark up graphics. It is partially implemented in Firefox, Opera, WebKit browsers, Internet Explorer and other browsers.

This tutorial aims to explain the internals of SVG and is packed with technical details. If you just want to draw beautiful images, you might find more useful resources at Inkscape's documentation page. Another good introduction to SVG is provided by the W3C's SVG Primer.

Introducing SVG from Scratch

The following topics are more advanced and hence should get their own tutorials.

Scripting SVG with JavaScript

TBD

SVG filters tutorial

TBD

Animations with SMIL in SVG

TBD

Creating fonts in SVG

TBD

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial