5 lines
234 B
XML
5 lines
234 B
XML
|
<svg width="1000" height="1000">
|
||
|
<path d="M100,100 h800 v800 h-800 v-800 z" fill="none" stroke="#31363B" stroke-width="50" />
|
||
|
<path d="M300,300 h400 v400 h-400 v-400 z" fill="#31363B" stroke="#31363B" stroke-width="100" />
|
||
|
</svg>
|