SVG Live Editor
SVG Input:
<svg width="256" height="256" xmlns="http://www.w3.org/2000/svg" style="border: 1px solid red"> <circle cx="100" cy="80" r="40" stroke="cornflowerblue" stroke-width="4" fill="deepskyblue" /> <rect x="100" y="100" width="100" height="100" rx="15" stroke="crimson" stroke-width="4" fill="coral" /> <path d="M 60,200 l 110,-40 l -60,-60 z" stroke="limegreen" stroke-width="4" fill="lime"/> </svg>
References:
SVG (Wikipedia)
SVG Element Reference