Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<svg width="600" height="500" style="background: gray">
<g>
<g>
<rect style="stroke-width: 50px; stroke: blue; fill: cyan;"
x="25" y="25" width="500" height="200"></rect>
</g>
</g>
</svg>