SVG Editor
Der SVG Editor ist eine Komponente, welche auf dem CodeBlock
aufbaut - es muss also nichts zusätzlich installiert werden.
<SvgEditor id="5b885a25-3a54-44e2-b8f8-2c08d2116c02" title='Dänemark.svg'>
```svg
<svg width="400" height="300" xmlns="http://www.w3.org/2000/svg">
<rect
x="50" y="50"
width="300" height="200"
fill="red"/>
<line
x1="50" y1="150" x2="350" y2="150"
stroke="white" stroke-width="30"/>
<line
x1="150" y1="50" x2="150" y2="250"
stroke="white" stroke-width="30"/>
</svg>
```
</SvgEditor>
http://localhost:3000