<svg width="600" height="400">
<circle cx="100" cy="50" r="40" fill="green"></circle>
<ellipse cx="200" cy="50" rx="20" ry="10" fill="orange" fill-opacity="0.5"></ellipse>
<line x1="300" y1="90" x2="440" y2="200" stroke="red"></line>
<line x1="0" y1="120" x2="220" y2="200" stroke="black" stroke-width="5" stroke-dasharray="10 2 5 2"></line>
<text x="20" y="200">Hey !</text>
<rect x="20" y="260" width="50" height="20" fill="darkblue" stroke="orange" stroke-width="3px"></rect>
</svg>