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="1736px" width="90px" height="90px" filterUnits="userSpaceOnUse" id="filter703">
- <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="widget704">
- <path d="M 795 1741 C 817.4 1741 835 1758.6 835 1781 C 835 1803.4 817.4 1821 795 1821 C 772.6 1821 755 1803.4 755 1781 C 755 1758.6 772.6 1741 795 1741 Z " fill-rule="nonzero" fill="#ffffff" stroke="none" />
- </g>
- </defs>
- <g transform="matrix(1 0 0 1 -750 -1736 )">
- <use xlink:href="#widget704" filter="url(#filter703)" />
- <use xlink:href="#widget704" />
- </g>
- </svg>
|