123456789101112131415161718 |
- <?xml version="1.0" encoding="utf-8"?>
- <svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="90px" height="90px" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <filter x="750px" y="920px" width="90px" height="90px" filterUnits="userSpaceOnUse" id="filter3652">
- <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner" />
- <feGaussianBlur stdDeviation="2.5" in="shadowOffsetInner" result="shadowGaussian" />
- <feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.349019607843137 0 " in="shadowComposite" />
- </filter>
- <g id="widget3653">
- <path d="M 795 925 C 817.4 925 835 942.6 835 965 C 835 987.4 817.4 1005 795 1005 C 772.6 1005 755 987.4 755 965 C 755 942.6 772.6 925 795 925 Z " fill-rule="nonzero" fill="#ffffff" stroke="none" />
- </g>
- </defs>
- <g transform="matrix(1 0 0 1 -750 -920 )">
- <use xlink:href="#widget3653" filter="url(#filter3652)" />
- <use xlink:href="#widget3653" />
- </g>
- </svg>
|