blob: 1464e69120ae5c3f69ec8022f5bdcbc981e02f02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="500"
height="500"
viewBox="0 0 500 500"
version="1.1">
<defs
id="defs2">
<filter
height="2"
width="2"
id="filter2103">
<feOffset
result="result1"
id="feOffset2097"
dy="50"
dx="50" />
<feColorMatrix
result="result2"
values="1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 "
id="feColorMatrix2099" />
<feComposite
operator="arithmetic"
in="result2"
id="feComposite2101"
in2="SourceGraphic"
k1="0"
k2="1"
k3="1"
k4="0"/>
</filter>
</defs>
<g>
<circle
r="100"
cy="100"
cx="100"
id="circle2113"
style="fill:#ff0000;stroke:#000000;stroke-width:10.754;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter2103)" />
</g>
</svg>
|