layout/reftests/svg/smil/anim-path-d-01-ref.svg@deefc01c0e14 (annotated)
layout/reftests/svg/smil/anim-path-d-01-ref.svg
Thu, 15 Jan 2015 21:03:48 +0100
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Thu, 15 Jan 2015 21:03:48 +0100
- branch
- TOR_BUG_9701
- changeset 11
- deefc01c0e14
- permissions
- -rw-r--r--
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
michael@0
|
1
|
<svg xmlns="http://www.w3.org/2000/svg">
|
michael@0
|
2
|
<style type="text/css">
|
michael@0
|
3
|
path { fill: none; stroke: blue; stroke-width: 1px;
|
michael@0
|
4
|
shape-rendering: crispEdges; }
|
michael@0
|
5
|
</style>
|
michael@0
|
6
|
|
michael@0
|
7
|
<path d="M10,10
|
michael@0
|
8
|
L26,10
|
michael@0
|
9
|
l-16,32
|
michael@0
|
10
|
H26
|
michael@0
|
11
|
V10
|
michael@0
|
12
|
h16
|
michael@0
|
13
|
v32
|
michael@0
|
14
|
|
michael@0
|
15
|
M80,10
|
michael@0
|
16
|
C90,30 85,30 96,30
|
michael@0
|
17
|
S102,30 112,10
|
michael@0
|
18
|
|
michael@0
|
19
|
m30,0
|
michael@0
|
20
|
c10,20 5,20 16,20
|
michael@0
|
21
|
s6,0 16,-20
|
michael@0
|
22
|
|
michael@0
|
23
|
M220,20
|
michael@0
|
24
|
Q225,46 236,26
|
michael@0
|
25
|
T252,20
|
michael@0
|
26
|
|
michael@0
|
27
|
M290,20
|
michael@0
|
28
|
q5,26 16,6
|
michael@0
|
29
|
t16,-6
|
michael@0
|
30
|
|
michael@0
|
31
|
M364,36
|
michael@0
|
32
|
A16,11 -30 1 1 380,36
|
michael@0
|
33
|
|
michael@0
|
34
|
M410,36
|
michael@0
|
35
|
a16,11 -30 1 1 16,0
|
michael@0
|
36
|
"/>
|
michael@0
|
37
|
|
michael@0
|
38
|
<path transform="translate(0,70)"
|
michael@0
|
39
|
d="M10,10
|
michael@0
|
40
|
L26,10
|
michael@0
|
41
|
l-16,32
|
michael@0
|
42
|
H26
|
michael@0
|
43
|
V10
|
michael@0
|
44
|
h16
|
michael@0
|
45
|
v32
|
michael@0
|
46
|
|
michael@0
|
47
|
M80,10
|
michael@0
|
48
|
C90,30 85,30 96,30
|
michael@0
|
49
|
S102,30 112,10
|
michael@0
|
50
|
|
michael@0
|
51
|
m30,0
|
michael@0
|
52
|
c10,20 5,20 16,20
|
michael@0
|
53
|
s6,0 16,-20
|
michael@0
|
54
|
|
michael@0
|
55
|
M220,20
|
michael@0
|
56
|
Q225,46 236,26
|
michael@0
|
57
|
T252,20
|
michael@0
|
58
|
|
michael@0
|
59
|
M290,20
|
michael@0
|
60
|
q5,26 16,6
|
michael@0
|
61
|
t16,-6
|
michael@0
|
62
|
|
michael@0
|
63
|
M364,36
|
michael@0
|
64
|
A16,11 -30 1 1 380,36
|
michael@0
|
65
|
|
michael@0
|
66
|
M410,36
|
michael@0
|
67
|
a16,11 -30 1 1 16,0
|
michael@0
|
68
|
"/>
|
michael@0
|
69
|
|
michael@0
|
70
|
<path transform="translate(0,140)"
|
michael@0
|
71
|
d="M10,10
|
michael@0
|
72
|
L33,10
|
michael@0
|
73
|
l-23,46
|
michael@0
|
74
|
H33
|
michael@0
|
75
|
V10
|
michael@0
|
76
|
h23
|
michael@0
|
77
|
v46
|
michael@0
|
78
|
|
michael@0
|
79
|
M80,10
|
michael@0
|
80
|
C100,20 90,50 103,50
|
michael@0
|
81
|
S106,20 126,10
|
michael@0
|
82
|
|
michael@0
|
83
|
m20,0
|
michael@0
|
84
|
c20,10 10,40 23,40
|
michael@0
|
85
|
s3,-30 23,-40
|
michael@0
|
86
|
|
michael@0
|
87
|
M220,30
|
michael@0
|
88
|
Q230,72 243,33
|
michael@0
|
89
|
T266,30
|
michael@0
|
90
|
|
michael@0
|
91
|
M290,30
|
michael@0
|
92
|
q10,42 23,3
|
michael@0
|
93
|
t23,-3
|
michael@0
|
94
|
|
michael@0
|
95
|
M368,53
|
michael@0
|
96
|
A23,13 -60 1 1 382,53
|
michael@0
|
97
|
|
michael@0
|
98
|
M410,53
|
michael@0
|
99
|
a23,13 -60 1 1 14,0
|
michael@0
|
100
|
"/>
|
michael@0
|
101
|
|
michael@0
|
102
|
<path transform="translate(0,210)"
|
michael@0
|
103
|
d="M10,10
|
michael@0
|
104
|
L40,10
|
michael@0
|
105
|
l-30,60
|
michael@0
|
106
|
H40
|
michael@0
|
107
|
V10
|
michael@0
|
108
|
h30
|
michael@0
|
109
|
v60
|
michael@0
|
110
|
|
michael@0
|
111
|
M80,10
|
michael@0
|
112
|
C110,10 95,70 110,70
|
michael@0
|
113
|
S110,10 140,10
|
michael@0
|
114
|
|
michael@0
|
115
|
m10,0
|
michael@0
|
116
|
c30,0 15,60 30,60
|
michael@0
|
117
|
s0,-60 30,-60
|
michael@0
|
118
|
|
michael@0
|
119
|
M220,40
|
michael@0
|
120
|
Q235,98 250,40
|
michael@0
|
121
|
T280,40
|
michael@0
|
122
|
|
michael@0
|
123
|
M290,40
|
michael@0
|
124
|
q15,58 30,0
|
michael@0
|
125
|
t30,0
|
michael@0
|
126
|
|
michael@0
|
127
|
M372,70
|
michael@0
|
128
|
A30,15 -90 1 1 384,70
|
michael@0
|
129
|
|
michael@0
|
130
|
M410,70
|
michael@0
|
131
|
a30,15 -90 1 1 12,0
|
michael@0
|
132
|
"/>
|
michael@0
|
133
|
|
michael@0
|
134
|
</svg>
|
