Updated marker to a custom marker so it is different from the center marker

This commit is contained in:
AdenKoperczak 2024-10-06 13:15:20 -04:00
parent 3b8e0d8180
commit aabf4fcbb0
5 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,9 @@
<svg version="1.1"
width="15" height="15"
xmlns="http://www.w3.org/2000/svg">
<path d="M 3,12 L 8,3 L 12,12 L 3,12 L 8,3"
stroke="black" stroke-width="4px" fill="none"/>
<path d="M 3,12 L 8,3 L 12,12 L 3,12 L 8,3"
stroke="red" stroke-width="2px" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 305 B