blob: 727d66ccd77c768e6075187b418bae8205324e8d (
plain)
1
2
3
4
5
6
7
8
9
|
---
tags: [position, design, element, doable]
category: Design
version: 1.8
---
<svg>
<rect x="4" y="4" width="16" height="6" rx="2" />
<rect x="4" y="14" width="16" height="6" rx="2" />
</svg>
|