SVG elements
SVG stands for Scalable Vector Graphics. SVG defines vector-based graphics in XML format. See HTML5 SVG <text> element I love SVG! <svg height=β30β³ width=β200β³> <text x=β0β³ y=β15β³ fill=βredβ>I love SVG!</text> </svg> <svg width=β100β³ height=β100β³> <circle cx=β50β³ cy=β50β³ r=β40β³ stroke=βgreenβ stroke-width=β4β³ fill=βyellowβ /> </svg> *TekP says be aware of attack vulnerabilities in SVG markup though before uploading directly to your web server. Could an SVG be constructed in such way, [β¦]