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, […]

Thanks! You've already liked this
41 comments

More comments