Optimize triangle ruler even further

This commit is contained in:
Richard Weug 2018-06-25 00:10:33 +02:00
parent b7f18040b0
commit 3e3549ee43

View File

@ -9,6 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M2 22 L22 22 L2 2Z" />
<path d="M6 18 L13 18 L6 11Z" />
<path d="M2 22L22 22L2 2Z" />
<path d="M6 18L13 18L6 11Z" />
</svg>

Before

Width:  |  Height:  |  Size: 298 B

After

Width:  |  Height:  |  Size: 294 B