polylines tooltip content
This commit is contained in:
4
public/img/icons/gisLines/add-support-point.svg
Normal file
4
public/img/icons/gisLines/add-support-point.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15">
|
||||
<circle cx="8" cy="8" r="6" fill="white" stroke="gray" stroke-width="2"/>
|
||||
<text x="8" y="9" text-anchor="middle" fill="gray" font-size="15" font-family="Arial" dy=".3em">+</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 274 B |
4
public/img/icons/gisLines/remove-support-point.svg
Normal file
4
public/img/icons/gisLines/remove-support-point.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<circle cx="12" cy="12" r="10" fill="gray" stroke="white" stroke-width="2"/>
|
||||
<text x="12" y="16" text-anchor="middle" fill="white" font-size="16" font-family="Arial" dy=".3em">-</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 280 B |
Reference in New Issue
Block a user