File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ var ELEMENT_TAG_NAME_MAPPING = {
49
49
canvas : 'canvas' ,
50
50
circle : 'circle' ,
51
51
clippath : 'clipPath' ,
52
- color - profile : 'color ' ,
52
+ ' color-profile' : 'colorProfile ' ,
53
53
cursor : 'cursor' ,
54
54
defs : 'defs' ,
55
55
desc : 'desc' ,
@@ -82,11 +82,11 @@ var ELEMENT_TAG_NAME_MAPPING = {
82
82
feturbulence : 'feTurbulence' ,
83
83
filter : 'filter' ,
84
84
font : 'font' ,
85
- font - face : 'font ' ,
86
- font - face - format : 'font ' ,
87
- font - face - name : 'font ' ,
88
- font - face - src : 'font ' ,
89
- font - face - uri : 'font ' ,
85
+ ' font-face' : 'fontFace ' ,
86
+ ' font-face-format' : 'fontFaceFormat ' ,
87
+ ' font-face-name' : 'fontFaceName ' ,
88
+ ' font-face-src' : 'fontFaceSrc ' ,
89
+ ' font-face-uri' : 'fontFaceUri ' ,
90
90
foreignobject : 'foreignObject' ,
91
91
g : 'g' ,
92
92
glyph : 'glyph' ,
@@ -105,7 +105,7 @@ var ELEMENT_TAG_NAME_MAPPING = {
105
105
meshpatch : 'meshpatch' ,
106
106
meshrow : 'meshrow' ,
107
107
metadata : 'metadata' ,
108
- missing - glyph : 'missing ' ,
108
+ ' missing-glyph' : 'missingGlyph ' ,
109
109
mpath : 'mpath' ,
110
110
path : 'path' ,
111
111
pattern : 'pattern' ,
You can’t perform that action at this time.
0 commit comments