-
Notifications
You must be signed in to change notification settings - Fork 72
/
filter-effects-1.json
138 lines (138 loc) · 4.37 KB
/
filter-effects-1.json
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"spec": {
"title": "Filter Effects Module Level 1",
"url": "https://drafts.fxtf.org/filter-effects-1/"
},
"elements": [
{
"name": "filter",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-filter",
"interface": "SVGFilterElement"
},
{
"name": "feBlend",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-feblend",
"interface": "SVGFEBlendElement"
},
{
"name": "feColorMatrix",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fecolormatrix",
"interface": "SVGFEColorMatrixElement"
},
{
"name": "feComponentTransfer",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fecomponenttransfer",
"interface": "SVGFEComponentTransferElement"
},
{
"name": "feFuncR",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fefuncr",
"interface": "SVGFEFuncRElement"
},
{
"name": "feFuncG",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fefuncg",
"interface": "SVGFEFuncGElement"
},
{
"name": "feFuncB",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fefuncb",
"interface": "SVGFEFuncBElement"
},
{
"name": "feFuncA",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fefunca",
"interface": "SVGFEFuncAElement"
},
{
"name": "feComposite",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fecomposite",
"interface": "SVGFECompositeElement"
},
{
"name": "feConvolveMatrix",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-feconvolvematrix",
"interface": "SVGFEConvolveMatrixElement"
},
{
"name": "feDiffuseLighting",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fediffuselighting",
"interface": "SVGFEDiffuseLightingElement"
},
{
"name": "feDisplacementMap",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fedisplacementmap",
"interface": "SVGFEDisplacementMapElement"
},
{
"name": "feDropShadow",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fedropshadow",
"interface": "SVGFEDropShadowElement"
},
{
"name": "feFlood",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-feflood",
"interface": "SVGFEFloodElement"
},
{
"name": "feGaussianBlur",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fegaussianblur",
"interface": "SVGFEGaussianBlurElement"
},
{
"name": "feImage",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-feimage",
"interface": "SVGFEImageElement"
},
{
"name": "feMerge",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-femerge",
"interface": "SVGFEMergeElement"
},
{
"name": "feMergeNode",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-femergenode",
"interface": "SVGFEMergeNodeElement"
},
{
"name": "feMorphology",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-femorphology",
"interface": "SVGFEMorphologyElement"
},
{
"name": "feOffset",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-feoffset",
"interface": "SVGFEOffsetElement"
},
{
"name": "feSpecularLighting",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fespecularlighting",
"interface": "SVGFESpecularLightingElement"
},
{
"name": "feTile",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fetile",
"interface": "SVGFETileElement"
},
{
"name": "feTurbulence",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-feturbulence",
"interface": "SVGFETurbulenceElement"
},
{
"name": "feDistantLight",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fedistantlight",
"interface": "SVGFEDistantLightElement"
},
{
"name": "fePointLight",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fepointlight",
"interface": "SVGFEPointLightElement"
},
{
"name": "feSpotLight",
"href": "https://drafts.fxtf.org/filter-effects-1/#elementdef-fespotlight",
"interface": "SVGFESpotLightElement"
}
]
}