HTML

HTML5 <svg> tag - Scalable Vector Graphics

<svg id="svgelem" height="20" xmlns="http://www.w3.org/2000/svg">
<circle id="redcircle" cx="10" cy="10" r="10" fill="green" />
</svg>

SVG stands for Scalable Vector Graphics and it is a language for describing 2D-graphics and graphical applications in XML and the XML is then rendered by an SVG viewer.

Syndicate content