blob: 26d5768ce241e806fe888cd6dbedc485436b9226 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
tags: [text, gap, table]
category: Text
---
<svg>
<line x1="4" y1="6" x2="9.5" y2="6" />
<line x1="4" y1="10" x2="9.5" y2="10" />
<line x1="4" y1="14" x2="9.5" y2="14" />
<line x1="4" y1="18" x2="9.5" y2="18" />
<line x1="14.5" y1="6" x2="20" y2="6" />
<line x1="14.5" y1="10" x2="20" y2="10" />
<line x1="14.5" y1="14" x2="20" y2="14" />
<line x1="14.5" y1="18" x2="20" y2="18" />
</svg>
|