mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-24 08:54:04 +00:00
7 lines
230 B
XML
7 lines
230 B
XML
<svg viewBox="0 0 220 100" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Simple rectangle -->
|
|
<rect width="100" height="100" />
|
|
|
|
<!-- Rounded corner rectangle -->
|
|
<rect x="120" width="100" height="100" rx="15" ry="30"/>
|
|
</svg>
|