blob: 3a7023549449efdb934bbdaa3989dc445712e032 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
tags: [text, alignment, position]
category: Text
version: "1.0"
---
<svg>
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="8" y1="12" x2="16" y2="12" />
<line x1="6" y1="18" x2="18" y2="18" />
</svg>
|