19 lines
1.3 KiB
XML
19 lines
1.3 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
|
|
<title>point</title>
|
||
|
|
<defs>
|
||
|
|
<circle id="path-1" cx="20" cy="20" r="10"></circle>
|
||
|
|
<filter x="-60.0%" y="-60.0%" width="220.0%" height="220.0%" filterUnits="objectBoundingBox" id="filter-2">
|
||
|
|
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||
|
|
<feGaussianBlur stdDeviation="4" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||
|
|
<feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"></feComposite>
|
||
|
|
<feColorMatrix values="0 0 0 0 0.105882353 0 0 0 0 0.4 0 0 0 0 1 0 0 0 0.8 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
|
||
|
|
</filter>
|
||
|
|
</defs>
|
||
|
|
<g id="point" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
|
|
<g id="椭圆形">
|
||
|
|
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
|
||
|
|
<circle stroke="#FFFFFF" stroke-width="3" stroke-linejoin="square" fill="#1B66FF" fill-rule="evenodd" cx="20" cy="20" r="8.5"></circle>
|
||
|
|
</g>
|
||
|
|
</g>
|
||
|
|
</svg>
|