"Шарики" для маркировки...

This commit is contained in:
2022-12-25 20:43:41 +03:00
parent 8d96458c5d
commit 74a28470c1
33 changed files with 363 additions and 0 deletions

11
public/static/img/svg/markG.svg Executable file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="f_01" cx="0.05" cy="0.05" r="1.6" fx="0.06" fy="0.06">
<stop offset="0" style="stop-color:white"/>
<stop offset="1" style="stop-color:#0000FF"/>
</radialGradient>
</defs>
<circle cx="6" cy="6" r="4" fill="url(#f_01)" />
</svg>

After

Width:  |  Height:  |  Size: 456 B