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