@@ -19,7 +19,7 @@ import 'svg.dart';
19
19
/// The **`SVGFilterElement` ** interface provides access to the properties of
20
20
/// elements, as well as methods to manipulate them.
21
21
extension type SVGFilterElement ._(JSObject _) implements SVGElement , JSObject {
22
- /// Creates a(n) [SVGFilterElement] using the tag 'filter'.
22
+ /// Creates an [SVGFilterElement] using the tag 'filter'.
23
23
SVGFilterElement ()
24
24
: _ = document.createElementNS (
25
25
'http://www.w3.org/2000/svg' ,
@@ -37,7 +37,7 @@ extension type SVGFilterElement._(JSObject _) implements SVGElement, JSObject {
37
37
38
38
/// The **`SVGFEBlendElement` ** interface corresponds to the element.
39
39
extension type SVGFEBlendElement ._(JSObject _) implements SVGElement , JSObject {
40
- /// Creates a(n) [SVGFEBlendElement] using the tag 'feBlend'.
40
+ /// Creates an [SVGFEBlendElement] using the tag 'feBlend'.
41
41
SVGFEBlendElement ()
42
42
: _ = document.createElementNS (
43
43
'http://www.w3.org/2000/svg' ,
@@ -74,7 +74,7 @@ extension type SVGFEBlendElement._(JSObject _) implements SVGElement, JSObject {
74
74
/// The **`SVGFEColorMatrixElement` ** interface corresponds to the element.
75
75
extension type SVGFEColorMatrixElement ._(JSObject _)
76
76
implements SVGElement , JSObject {
77
- /// Creates a(n) [SVGFEColorMatrixElement] using the tag 'feColorMatrix'.
77
+ /// Creates an [SVGFEColorMatrixElement] using the tag 'feColorMatrix'.
78
78
SVGFEColorMatrixElement ()
79
79
: _ = document.createElementNS (
80
80
'http://www.w3.org/2000/svg' ,
@@ -100,7 +100,7 @@ extension type SVGFEColorMatrixElement._(JSObject _)
100
100
/// element.
101
101
extension type SVGFEComponentTransferElement ._(JSObject _)
102
102
implements SVGElement , JSObject {
103
- /// Creates a(n) [SVGFEComponentTransferElement] using the tag
103
+ /// Creates an [SVGFEComponentTransferElement] using the tag
104
104
/// 'feComponentTransfer'.
105
105
SVGFEComponentTransferElement ()
106
106
: _ = document.createElementNS (
@@ -138,7 +138,7 @@ extension type SVGComponentTransferFunctionElement._(JSObject _)
138
138
/// The **`SVGFEFuncRElement` ** interface corresponds to the element.
139
139
extension type SVGFEFuncRElement ._(JSObject _)
140
140
implements SVGComponentTransferFunctionElement , JSObject {
141
- /// Creates a(n) [SVGFEFuncRElement] using the tag 'feFuncR'.
141
+ /// Creates an [SVGFEFuncRElement] using the tag 'feFuncR'.
142
142
SVGFEFuncRElement ()
143
143
: _ = document.createElementNS (
144
144
'http://www.w3.org/2000/svg' ,
@@ -149,7 +149,7 @@ extension type SVGFEFuncRElement._(JSObject _)
149
149
/// The **`SVGFEFuncGElement` ** interface corresponds to the element.
150
150
extension type SVGFEFuncGElement ._(JSObject _)
151
151
implements SVGComponentTransferFunctionElement , JSObject {
152
- /// Creates a(n) [SVGFEFuncGElement] using the tag 'feFuncG'.
152
+ /// Creates an [SVGFEFuncGElement] using the tag 'feFuncG'.
153
153
SVGFEFuncGElement ()
154
154
: _ = document.createElementNS (
155
155
'http://www.w3.org/2000/svg' ,
@@ -160,7 +160,7 @@ extension type SVGFEFuncGElement._(JSObject _)
160
160
/// The **`SVGFEFuncBElement` ** interface corresponds to the element.
161
161
extension type SVGFEFuncBElement ._(JSObject _)
162
162
implements SVGComponentTransferFunctionElement , JSObject {
163
- /// Creates a(n) [SVGFEFuncBElement] using the tag 'feFuncB'.
163
+ /// Creates an [SVGFEFuncBElement] using the tag 'feFuncB'.
164
164
SVGFEFuncBElement ()
165
165
: _ = document.createElementNS (
166
166
'http://www.w3.org/2000/svg' ,
@@ -171,7 +171,7 @@ extension type SVGFEFuncBElement._(JSObject _)
171
171
/// The **`SVGFEFuncAElement` ** interface corresponds to the element.
172
172
extension type SVGFEFuncAElement ._(JSObject _)
173
173
implements SVGComponentTransferFunctionElement , JSObject {
174
- /// Creates a(n) [SVGFEFuncAElement] using the tag 'feFuncA'.
174
+ /// Creates an [SVGFEFuncAElement] using the tag 'feFuncA'.
175
175
SVGFEFuncAElement ()
176
176
: _ = document.createElementNS (
177
177
'http://www.w3.org/2000/svg' ,
@@ -182,7 +182,7 @@ extension type SVGFEFuncAElement._(JSObject _)
182
182
/// The **`SVGFECompositeElement` ** interface corresponds to the element.
183
183
extension type SVGFECompositeElement ._(JSObject _)
184
184
implements SVGElement , JSObject {
185
- /// Creates a(n) [SVGFECompositeElement] using the tag 'feComposite'.
185
+ /// Creates an [SVGFECompositeElement] using the tag 'feComposite'.
186
186
SVGFECompositeElement ()
187
187
: _ = document.createElementNS (
188
188
'http://www.w3.org/2000/svg' ,
@@ -213,8 +213,7 @@ extension type SVGFECompositeElement._(JSObject _)
213
213
/// The **`SVGFEConvolveMatrixElement` ** interface corresponds to the element.
214
214
extension type SVGFEConvolveMatrixElement ._(JSObject _)
215
215
implements SVGElement , JSObject {
216
- /// Creates a(n) [SVGFEConvolveMatrixElement] using the tag
217
- /// 'feConvolveMatrix'.
216
+ /// Creates an [SVGFEConvolveMatrixElement] using the tag 'feConvolveMatrix'.
218
217
SVGFEConvolveMatrixElement ()
219
218
: _ = document.createElementNS (
220
219
'http://www.w3.org/2000/svg' ,
@@ -247,7 +246,7 @@ extension type SVGFEConvolveMatrixElement._(JSObject _)
247
246
/// The **`SVGFEDiffuseLightingElement` ** interface corresponds to the element.
248
247
extension type SVGFEDiffuseLightingElement ._(JSObject _)
249
248
implements SVGElement , JSObject {
250
- /// Creates a(n) [SVGFEDiffuseLightingElement] using the tag
249
+ /// Creates an [SVGFEDiffuseLightingElement] using the tag
251
250
/// 'feDiffuseLighting'.
252
251
SVGFEDiffuseLightingElement ()
253
252
: _ = document.createElementNS (
@@ -270,7 +269,7 @@ extension type SVGFEDiffuseLightingElement._(JSObject _)
270
269
/// The **`SVGFEDistantLightElement` ** interface corresponds to the element.
271
270
extension type SVGFEDistantLightElement ._(JSObject _)
272
271
implements SVGElement , JSObject {
273
- /// Creates a(n) [SVGFEDistantLightElement] using the tag 'feDistantLight'.
272
+ /// Creates an [SVGFEDistantLightElement] using the tag 'feDistantLight'.
274
273
SVGFEDistantLightElement ()
275
274
: _ = document.createElementNS (
276
275
'http://www.w3.org/2000/svg' ,
@@ -284,7 +283,7 @@ extension type SVGFEDistantLightElement._(JSObject _)
284
283
/// The **`SVGFEPointLightElement` ** interface corresponds to the element.
285
284
extension type SVGFEPointLightElement ._(JSObject _)
286
285
implements SVGElement , JSObject {
287
- /// Creates a(n) [SVGFEPointLightElement] using the tag 'fePointLight'.
286
+ /// Creates an [SVGFEPointLightElement] using the tag 'fePointLight'.
288
287
SVGFEPointLightElement ()
289
288
: _ = document.createElementNS (
290
289
'http://www.w3.org/2000/svg' ,
@@ -299,7 +298,7 @@ extension type SVGFEPointLightElement._(JSObject _)
299
298
/// The **`SVGFESpotLightElement` ** interface corresponds to the element.
300
299
extension type SVGFESpotLightElement ._(JSObject _)
301
300
implements SVGElement , JSObject {
302
- /// Creates a(n) [SVGFESpotLightElement] using the tag 'feSpotLight'.
301
+ /// Creates an [SVGFESpotLightElement] using the tag 'feSpotLight'.
303
302
SVGFESpotLightElement ()
304
303
: _ = document.createElementNS (
305
304
'http://www.w3.org/2000/svg' ,
@@ -319,7 +318,7 @@ extension type SVGFESpotLightElement._(JSObject _)
319
318
/// The **`SVGFEDisplacementMapElement` ** interface corresponds to the element.
320
319
extension type SVGFEDisplacementMapElement ._(JSObject _)
321
320
implements SVGElement , JSObject {
322
- /// Creates a(n) [SVGFEDisplacementMapElement] using the tag
321
+ /// Creates an [SVGFEDisplacementMapElement] using the tag
323
322
/// 'feDisplacementMap'.
324
323
SVGFEDisplacementMapElement ()
325
324
: _ = document.createElementNS (
@@ -347,7 +346,7 @@ extension type SVGFEDisplacementMapElement._(JSObject _)
347
346
/// The **`SVGFEDropShadowElement` ** interface corresponds to the element.
348
347
extension type SVGFEDropShadowElement ._(JSObject _)
349
348
implements SVGElement , JSObject {
350
- /// Creates a(n) [SVGFEDropShadowElement] using the tag 'feDropShadow'.
349
+ /// Creates an [SVGFEDropShadowElement] using the tag 'feDropShadow'.
351
350
SVGFEDropShadowElement ()
352
351
: _ = document.createElementNS (
353
352
'http://www.w3.org/2000/svg' ,
@@ -372,7 +371,7 @@ extension type SVGFEDropShadowElement._(JSObject _)
372
371
373
372
/// The **`SVGFEFloodElement` ** interface corresponds to the element.
374
373
extension type SVGFEFloodElement ._(JSObject _) implements SVGElement , JSObject {
375
- /// Creates a(n) [SVGFEFloodElement] using the tag 'feFlood'.
374
+ /// Creates an [SVGFEFloodElement] using the tag 'feFlood'.
376
375
SVGFEFloodElement ()
377
376
: _ = document.createElementNS (
378
377
'http://www.w3.org/2000/svg' ,
@@ -389,7 +388,7 @@ extension type SVGFEFloodElement._(JSObject _) implements SVGElement, JSObject {
389
388
/// The **`SVGFEGaussianBlurElement` ** interface corresponds to the element.
390
389
extension type SVGFEGaussianBlurElement ._(JSObject _)
391
390
implements SVGElement , JSObject {
392
- /// Creates a(n) [SVGFEGaussianBlurElement] using the tag 'feGaussianBlur'.
391
+ /// Creates an [SVGFEGaussianBlurElement] using the tag 'feGaussianBlur'.
393
392
SVGFEGaussianBlurElement ()
394
393
: _ = document.createElementNS (
395
394
'http://www.w3.org/2000/svg' ,
@@ -417,7 +416,7 @@ extension type SVGFEGaussianBlurElement._(JSObject _)
417
416
418
417
/// The **`SVGFEImageElement` ** interface corresponds to the element.
419
418
extension type SVGFEImageElement ._(JSObject _) implements SVGElement , JSObject {
420
- /// Creates a(n) [SVGFEImageElement] using the tag 'feImage'.
419
+ /// Creates an [SVGFEImageElement] using the tag 'feImage'.
421
420
SVGFEImageElement ()
422
421
: _ = document.createElementNS (
423
422
'http://www.w3.org/2000/svg' ,
@@ -436,7 +435,7 @@ extension type SVGFEImageElement._(JSObject _) implements SVGElement, JSObject {
436
435
437
436
/// The **`SVGFEMergeElement` ** interface corresponds to the element.
438
437
extension type SVGFEMergeElement ._(JSObject _) implements SVGElement , JSObject {
439
- /// Creates a(n) [SVGFEMergeElement] using the tag 'feMerge'.
438
+ /// Creates an [SVGFEMergeElement] using the tag 'feMerge'.
440
439
SVGFEMergeElement ()
441
440
: _ = document.createElementNS (
442
441
'http://www.w3.org/2000/svg' ,
@@ -453,7 +452,7 @@ extension type SVGFEMergeElement._(JSObject _) implements SVGElement, JSObject {
453
452
/// The **`SVGFEMergeNodeElement` ** interface corresponds to the element.
454
453
extension type SVGFEMergeNodeElement ._(JSObject _)
455
454
implements SVGElement , JSObject {
456
- /// Creates a(n) [SVGFEMergeNodeElement] using the tag 'feMergeNode'.
455
+ /// Creates an [SVGFEMergeNodeElement] using the tag 'feMergeNode'.
457
456
SVGFEMergeNodeElement ()
458
457
: _ = document.createElementNS (
459
458
'http://www.w3.org/2000/svg' ,
@@ -466,7 +465,7 @@ extension type SVGFEMergeNodeElement._(JSObject _)
466
465
/// The **`SVGFEMorphologyElement` ** interface corresponds to the element.
467
466
extension type SVGFEMorphologyElement ._(JSObject _)
468
467
implements SVGElement , JSObject {
469
- /// Creates a(n) [SVGFEMorphologyElement] using the tag 'feMorphology'.
468
+ /// Creates an [SVGFEMorphologyElement] using the tag 'feMorphology'.
470
469
SVGFEMorphologyElement ()
471
470
: _ = document.createElementNS (
472
471
'http://www.w3.org/2000/svg' ,
@@ -490,7 +489,7 @@ extension type SVGFEMorphologyElement._(JSObject _)
490
489
/// The **`SVGFEOffsetElement` ** interface corresponds to the element.
491
490
extension type SVGFEOffsetElement ._(JSObject _)
492
491
implements SVGElement , JSObject {
493
- /// Creates a(n) [SVGFEOffsetElement] using the tag 'feOffset'.
492
+ /// Creates an [SVGFEOffsetElement] using the tag 'feOffset'.
494
493
SVGFEOffsetElement ()
495
494
: _ = document.createElementNS (
496
495
'http://www.w3.org/2000/svg' ,
@@ -511,7 +510,7 @@ extension type SVGFEOffsetElement._(JSObject _)
511
510
/// element.
512
511
extension type SVGFESpecularLightingElement ._(JSObject _)
513
512
implements SVGElement , JSObject {
514
- /// Creates a(n) [SVGFESpecularLightingElement] using the tag
513
+ /// Creates an [SVGFESpecularLightingElement] using the tag
515
514
/// 'feSpecularLighting'.
516
515
SVGFESpecularLightingElement ()
517
516
: _ = document.createElementNS (
@@ -534,7 +533,7 @@ extension type SVGFESpecularLightingElement._(JSObject _)
534
533
535
534
/// The **`SVGFETileElement` ** interface corresponds to the element.
536
535
extension type SVGFETileElement ._(JSObject _) implements SVGElement , JSObject {
537
- /// Creates a(n) [SVGFETileElement] using the tag 'feTile'.
536
+ /// Creates an [SVGFETileElement] using the tag 'feTile'.
538
537
SVGFETileElement ()
539
538
: _ = document.createElementNS (
540
539
'http://www.w3.org/2000/svg' ,
@@ -552,7 +551,7 @@ extension type SVGFETileElement._(JSObject _) implements SVGElement, JSObject {
552
551
/// The **`SVGFETurbulenceElement` ** interface corresponds to the element.
553
552
extension type SVGFETurbulenceElement ._(JSObject _)
554
553
implements SVGElement , JSObject {
555
- /// Creates a(n) [SVGFETurbulenceElement] using the tag 'feTurbulence'.
554
+ /// Creates an [SVGFETurbulenceElement] using the tag 'feTurbulence'.
556
555
SVGFETurbulenceElement ()
557
556
: _ = document.createElementNS (
558
557
'http://www.w3.org/2000/svg' ,
0 commit comments