Playing with SVG

by vintharas

HTML

<svg width="80" height="80">
    <polygon points="40,40 80,0 80,80"/>
    <image width="80" height="80" xlink:href="http://upload.wikimedia.org/wikipedia/fr/c/c8/Twitter_Bird.svg"/>
</svg>