Commit 2648e81 1 parent 3f98193 commit 2648e81 Copy full SHA for 2648e81
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 @@ -24,8 +24,35 @@ export const VALID_SELF_CLOSING_TAGS = new Set([
24
24
'wbr' ,
25
25
/** SVG tags */
26
26
'animate' ,
27
+ 'animateMotion' ,
28
+ 'animateTransform' ,
27
29
'circle' ,
28
30
'ellipse' ,
31
+ 'feBlend' ,
32
+ 'feColorMatrix' ,
33
+ 'feComponentTransfer' ,
34
+ 'feComposite' ,
35
+ 'feConvolveMatrix' ,
36
+ 'feDiffuseLighting' ,
37
+ 'feDisplacementMap' ,
38
+ 'feDistantLight' ,
39
+ 'feDropShadow' ,
40
+ 'feFlood' ,
41
+ 'feFuncA' ,
42
+ 'feFuncB' ,
43
+ 'feFuncG' ,
44
+ 'feFuncR' ,
45
+ 'feGaussianBlur' ,
46
+ 'feImage' ,
47
+ 'feMerge' ,
48
+ 'feMergeNode' ,
49
+ 'feMorphology' ,
50
+ 'feOffset' ,
51
+ 'fePointLight' ,
52
+ 'feSpecularLighting' ,
53
+ 'feSpotLight' ,
54
+ 'feTile' ,
55
+ 'feTurbulence' ,
29
56
'line' ,
30
57
'path' ,
31
58
'polygon' ,
You can’t perform that action at this time.
0 commit comments