Commit ecfb2b2 1 parent 6ba2208 commit ecfb2b2 Copy full SHA for ecfb2b2
File tree 1 file changed +27
-0
lines changed
packages/angular/build/src/utils/index-file
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,35 @@ export const VALID_SELF_CLOSING_TAGS = new Set([
25
25
26
26
/** SVG tags */
27
27
'animate' ,
28
+ 'animateMotion' ,
29
+ 'animateTransform' ,
28
30
'circle' ,
29
31
'ellipse' ,
32
+ 'feBlend' ,
33
+ 'feColorMatrix' ,
34
+ 'feComponentTransfer' ,
35
+ 'feComposite' ,
36
+ 'feConvolveMatrix' ,
37
+ 'feDiffuseLighting' ,
38
+ 'feDisplacementMap' ,
39
+ 'feDistantLight' ,
40
+ 'feDropShadow' ,
41
+ 'feFlood' ,
42
+ 'feFuncA' ,
43
+ 'feFuncB' ,
44
+ 'feFuncG' ,
45
+ 'feFuncR' ,
46
+ 'feGaussianBlur' ,
47
+ 'feImage' ,
48
+ 'feMerge' ,
49
+ 'feMergeNode' ,
50
+ 'feMorphology' ,
51
+ 'feOffset' ,
52
+ 'fePointLight' ,
53
+ 'feSpecularLighting' ,
54
+ 'feSpotLight' ,
55
+ 'feTile' ,
56
+ 'feTurbulence' ,
30
57
'line' ,
31
58
'path' ,
32
59
'polygon' ,
You can’t perform that action at this time.
0 commit comments