mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
Updated SVG to be much closer to an equilateral triangle
This commit is contained in:
parent
78b453249a
commit
a8845514c6
1 changed files with 7 additions and 5 deletions
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue