-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcircle.html
More file actions
91 lines (91 loc) · 1.97 KB
/
Copy pathcircle.html
File metadata and controls
91 lines (91 loc) · 1.97 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xl="http://www.w3.org/1999/xlink"
version="1.1"
viewBox="45 52 94 94"
width="94pt"
height="94pt"
><metadata
xmlns:dc="http://purl.org/dc/elements/1.1/"
><dc:date
>2014-10-01 22:45Z</dc:date
><!-- Produced by OmniGraffle Professional 5.4.4 --></metadata
><defs
><filter
id="Shadow"
filterUnits="userSpaceOnUse"
><feGaussianBlur
in="SourceAlpha"
result="blur"
stdDeviation="3.488"
/><feOffset
in="blur"
result="offset"
dx="0"
dy="4"
/><feFlood
flood-color="black"
flood-opacity=".75"
result="flood"
/><feComposite
in="flood"
in2="offset"
operator="in"
/></filter
></defs
><g
stroke="none"
stroke-opacity="1"
stroke-dasharray="none"
fill="none"
fill-opacity="1"
><title
>Canvas 1</title
><g
><title
>Layer 1</title
><g
><use
xl:href="#id28_Graphic"
filter="url(#Shadow)"
/></g
><g
id="id28_Graphic"
>
<circle
cx="92"
cy="95"
r="40"
fill="black"
/>
<circle
cx="92"
cy="95"
r="40"
stroke="red"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1"
/>
<circle
cx="150"
cy="95"
r="40"
fill="black"
/>
<circle
cx="150"
cy="95"
r="40"
stroke="red"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1"
/>
</g
></g
></g
></svg
>