Updated SVG to be much closer to an equilateral triangle

This commit is contained in:
AdenKoperczak 2024-10-17 16:43:00 -04:00
parent 78b453249a
commit a8845514c6

View file

@ -1,9 +1,11 @@
<svg version="1.1" <svg version="1.1"
width="15" height="15" viewBox="0 0 170 150"
width="17" height="15"
xmlns="http://www.w3.org/2000/svg"> xmlns="http://www.w3.org/2000/svg">
<path d="M 3,12 L 8,3 L 12,12 L 3,12 L 8,3" <path d="M 40,118 L 85,40 L 130,118 L 40,118 L 85,40 Z"
stroke="black" stroke-width="4px" fill="none"/> stroke="black" stroke-width="40" fill="none"/>
<path d="M 3,12 L 8,3 L 12,12 L 3,12 L 8,3" <path d="M 40,118 L 85,40 L 130,118 L 40,118 L 85,40 Z"
stroke="red" stroke-width="2px" fill="none"/> stroke="red" stroke-width="20" fill="none"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 355 B

Before After
Before After