sevgi 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ module Sevgi
4
4
  module Standard
5
5
  module Element
6
6
  import(
7
- Animation: %i[
7
+ Animation: %i[
8
8
  animate
9
9
  animateMotion
10
10
  animateTransform
@@ -12,7 +12,7 @@ module Sevgi
12
12
  set
13
13
  ],
14
14
 
15
- Container: %i[
15
+ Container: %i[
16
16
  a
17
17
  defs
18
18
  g
@@ -25,13 +25,13 @@ module Sevgi
25
25
  symbol
26
26
  ],
27
27
 
28
- Descriptive: %i[
28
+ Descriptive: %i[
29
29
  desc
30
30
  metadata
31
31
  title
32
32
  ],
33
33
 
34
- Filter: %i[
34
+ Filter: %i[
35
35
  feBlend
36
36
  feColorMatrix
37
37
  feComponentTransfer
@@ -59,7 +59,7 @@ module Sevgi
59
59
  feTurbulence
60
60
  ],
61
61
 
62
- FilterPrimitive: %i[
62
+ FilterPrimitive: %i[
63
63
  feBlend
64
64
  feColorMatrix
65
65
  feComponentTransfer
@@ -84,13 +84,13 @@ module Sevgi
84
84
  feTurbulence
85
85
  ],
86
86
 
87
- FilterLightSource: %i[
87
+ FilterLightSource: %i[
88
88
  feDistantLight
89
89
  fePointLight
90
90
  feSpotLight
91
91
  ],
92
92
 
93
- Font: %i[
93
+ Font: %i[
94
94
  font
95
95
  font-face
96
96
  font-face-format
@@ -101,13 +101,13 @@ module Sevgi
101
101
  vkern
102
102
  ],
103
103
 
104
- Gradient: %i[
104
+ Gradient: %i[
105
105
  linearGradient
106
106
  radialGradient
107
107
  stop
108
108
  ],
109
109
 
110
- Graphics: %i[
110
+ Graphics: %i[
111
111
  circle
112
112
  ellipse
113
113
  image
@@ -125,7 +125,7 @@ module Sevgi
125
125
  use
126
126
  ],
127
127
 
128
- NeverRendered: %i[
128
+ NeverRendered: %i[
129
129
  clipPath
130
130
  defs
131
131
  hatch
@@ -141,7 +141,7 @@ module Sevgi
141
141
  title
142
142
  ],
143
143
 
144
- PaintServer: %i[
144
+ PaintServer: %i[
145
145
  hatch
146
146
  linearGradient
147
147
  pattern
@@ -149,7 +149,7 @@ module Sevgi
149
149
  solidcolor
150
150
  ],
151
151
 
152
- Renderable: %i[
152
+ Renderable: %i[
153
153
  a
154
154
  circle
155
155
  ellipse
@@ -170,7 +170,7 @@ module Sevgi
170
170
  use
171
171
  ],
172
172
 
173
- Shape: %i[
173
+ Shape: %i[
174
174
  circle
175
175
  ellipse
176
176
  line
@@ -180,7 +180,7 @@ module Sevgi
180
180
  rect
181
181
  ],
182
182
 
183
- ShapeBasic: %i[
183
+ ShapeBasic: %i[
184
184
  circle
185
185
  ellipse
186
186
  line
@@ -189,7 +189,7 @@ module Sevgi
189
189
  rect
190
190
  ],
191
191
 
192
- Structural: %i[
192
+ Structural: %i[
193
193
  defs
194
194
  g
195
195
  svg
@@ -197,7 +197,7 @@ module Sevgi
197
197
  use
198
198
  ],
199
199
 
200
- Text: %i[
200
+ Text: %i[
201
201
  glyph
202
202
  glyphRef
203
203
  text
@@ -206,13 +206,13 @@ module Sevgi
206
206
  tspan
207
207
  ],
208
208
 
209
- TextChild: %i[
209
+ TextChild: %i[
210
210
  textPath
211
211
  tref
212
212
  tspan
213
213
  ],
214
214
 
215
- UnrelatedCommon: %i[
215
+ UnrelatedCommon: %i[
216
216
  a
217
217
  clipPath
218
218
  color-profile
@@ -234,7 +234,7 @@ module Sevgi
234
234
 
235
235
  # Uncategorized elements (for the sake of completeness)
236
236
 
237
- Uncategorized: %i[
237
+ Uncategorized: %i[
238
238
  clipPath
239
239
  color-profile
240
240
  cursor
@@ -248,7 +248,7 @@ module Sevgi
248
248
 
249
249
  # Deprecated elements
250
250
 
251
- Deprecated: %i[
251
+ Deprecated: %i[
252
252
  cursor
253
253
  font
254
254
  font-face
@@ -262,7 +262,7 @@ module Sevgi
262
262
  missing-glyph
263
263
  tref
264
264
  vkern
265
- ],
265
+ ]
266
266
  )
267
267
  end
268
268
  end