blob: b72c448b62d7ff8b6f9a5e9aeeef2cb167d598b1 (
plain)
1
2
3
4
|
<svg viewBox="0 0 100 80" xmlns="http://www.w3.org/2000/svg" stroke="rgba(255,196,0,0.6)">
<line x1="0" y1="0" x2="100" y2="40" stroke-width="5" />
<line x1="0" y1="80" x2="100" y2="40" stroke-width="5" />
</svg>
|