<svg width="800" height="500">
<line x1="50" y1="100" x2="100" y2="200" style="stroke:#000;" />
<line x1="100" y1="200" x2="300" y2="100" style="stroke:#f00;" />
<rect width="300" height="200" x="200" y="200" style="fill:yellow; opacity: 0.5;" />
<circle r="30" cx="300" cy="200" style="stroke:#0f0; stroke-width: 10px; fill: blue; opacity: .6;" />
<ellipse rx="50" ry="100" cx="300" cy="350" style="opacity:0.2;" transform="rotate(30 300 400)" />
<text x="300" y="130" style="font-family:Comic Sans MS" rotate="20">what do you see? ...</text>
<path d="M100,100 L50,0 L0,200" style="stroke:#777; fill:none" />
<path d="M200,200 A 150 150 0 0 1 400,200" style="stroke:#777;fill:none" />
</svg>