SVG tutorial
SVG means scalable vector graphics.
SVG uses the XML format to define the image.
Now start to learn SVG!
SVG instance
<html><body><h1>My first
SVG</h1><svgxmlns="http://www.w3.org/2000/svg"version="1.1"><circlecx="100"cy="50"r="40"stroke="black"stroke-width="2"fill="red"/></svg></body></html>
SVG instance
We can edit the SVG instance online and view the running results online!
SVG reference manual
In the rookie tutorial, we provide you with a complete SVG reference manual that lists the elements of SVG in all W3C recommendations (SVG Version 1.1).