1 | "use strict";
|
---|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
3 | exports.attributeNames = exports.elementNames = void 0;
|
---|
4 | exports.elementNames = new Map([
|
---|
5 | ["altglyph", "altGlyph"],
|
---|
6 | ["altglyphdef", "altGlyphDef"],
|
---|
7 | ["altglyphitem", "altGlyphItem"],
|
---|
8 | ["animatecolor", "animateColor"],
|
---|
9 | ["animatemotion", "animateMotion"],
|
---|
10 | ["animatetransform", "animateTransform"],
|
---|
11 | ["clippath", "clipPath"],
|
---|
12 | ["feblend", "feBlend"],
|
---|
13 | ["fecolormatrix", "feColorMatrix"],
|
---|
14 | ["fecomponenttransfer", "feComponentTransfer"],
|
---|
15 | ["fecomposite", "feComposite"],
|
---|
16 | ["feconvolvematrix", "feConvolveMatrix"],
|
---|
17 | ["fediffuselighting", "feDiffuseLighting"],
|
---|
18 | ["fedisplacementmap", "feDisplacementMap"],
|
---|
19 | ["fedistantlight", "feDistantLight"],
|
---|
20 | ["fedropshadow", "feDropShadow"],
|
---|
21 | ["feflood", "feFlood"],
|
---|
22 | ["fefunca", "feFuncA"],
|
---|
23 | ["fefuncb", "feFuncB"],
|
---|
24 | ["fefuncg", "feFuncG"],
|
---|
25 | ["fefuncr", "feFuncR"],
|
---|
26 | ["fegaussianblur", "feGaussianBlur"],
|
---|
27 | ["feimage", "feImage"],
|
---|
28 | ["femerge", "feMerge"],
|
---|
29 | ["femergenode", "feMergeNode"],
|
---|
30 | ["femorphology", "feMorphology"],
|
---|
31 | ["feoffset", "feOffset"],
|
---|
32 | ["fepointlight", "fePointLight"],
|
---|
33 | ["fespecularlighting", "feSpecularLighting"],
|
---|
34 | ["fespotlight", "feSpotLight"],
|
---|
35 | ["fetile", "feTile"],
|
---|
36 | ["feturbulence", "feTurbulence"],
|
---|
37 | ["foreignobject", "foreignObject"],
|
---|
38 | ["glyphref", "glyphRef"],
|
---|
39 | ["lineargradient", "linearGradient"],
|
---|
40 | ["radialgradient", "radialGradient"],
|
---|
41 | ["textpath", "textPath"],
|
---|
42 | ]);
|
---|
43 | exports.attributeNames = new Map([
|
---|
44 | ["definitionurl", "definitionURL"],
|
---|
45 | ["attributename", "attributeName"],
|
---|
46 | ["attributetype", "attributeType"],
|
---|
47 | ["basefrequency", "baseFrequency"],
|
---|
48 | ["baseprofile", "baseProfile"],
|
---|
49 | ["calcmode", "calcMode"],
|
---|
50 | ["clippathunits", "clipPathUnits"],
|
---|
51 | ["diffuseconstant", "diffuseConstant"],
|
---|
52 | ["edgemode", "edgeMode"],
|
---|
53 | ["filterunits", "filterUnits"],
|
---|
54 | ["glyphref", "glyphRef"],
|
---|
55 | ["gradienttransform", "gradientTransform"],
|
---|
56 | ["gradientunits", "gradientUnits"],
|
---|
57 | ["kernelmatrix", "kernelMatrix"],
|
---|
58 | ["kernelunitlength", "kernelUnitLength"],
|
---|
59 | ["keypoints", "keyPoints"],
|
---|
60 | ["keysplines", "keySplines"],
|
---|
61 | ["keytimes", "keyTimes"],
|
---|
62 | ["lengthadjust", "lengthAdjust"],
|
---|
63 | ["limitingconeangle", "limitingConeAngle"],
|
---|
64 | ["markerheight", "markerHeight"],
|
---|
65 | ["markerunits", "markerUnits"],
|
---|
66 | ["markerwidth", "markerWidth"],
|
---|
67 | ["maskcontentunits", "maskContentUnits"],
|
---|
68 | ["maskunits", "maskUnits"],
|
---|
69 | ["numoctaves", "numOctaves"],
|
---|
70 | ["pathlength", "pathLength"],
|
---|
71 | ["patterncontentunits", "patternContentUnits"],
|
---|
72 | ["patterntransform", "patternTransform"],
|
---|
73 | ["patternunits", "patternUnits"],
|
---|
74 | ["pointsatx", "pointsAtX"],
|
---|
75 | ["pointsaty", "pointsAtY"],
|
---|
76 | ["pointsatz", "pointsAtZ"],
|
---|
77 | ["preservealpha", "preserveAlpha"],
|
---|
78 | ["preserveaspectratio", "preserveAspectRatio"],
|
---|
79 | ["primitiveunits", "primitiveUnits"],
|
---|
80 | ["refx", "refX"],
|
---|
81 | ["refy", "refY"],
|
---|
82 | ["repeatcount", "repeatCount"],
|
---|
83 | ["repeatdur", "repeatDur"],
|
---|
84 | ["requiredextensions", "requiredExtensions"],
|
---|
85 | ["requiredfeatures", "requiredFeatures"],
|
---|
86 | ["specularconstant", "specularConstant"],
|
---|
87 | ["specularexponent", "specularExponent"],
|
---|
88 | ["spreadmethod", "spreadMethod"],
|
---|
89 | ["startoffset", "startOffset"],
|
---|
90 | ["stddeviation", "stdDeviation"],
|
---|
91 | ["stitchtiles", "stitchTiles"],
|
---|
92 | ["surfacescale", "surfaceScale"],
|
---|
93 | ["systemlanguage", "systemLanguage"],
|
---|
94 | ["tablevalues", "tableValues"],
|
---|
95 | ["targetx", "targetX"],
|
---|
96 | ["targety", "targetY"],
|
---|
97 | ["textlength", "textLength"],
|
---|
98 | ["viewbox", "viewBox"],
|
---|
99 | ["viewtarget", "viewTarget"],
|
---|
100 | ["xchannelselector", "xChannelSelector"],
|
---|
101 | ["ychannelselector", "yChannelSelector"],
|
---|
102 | ["zoomandpan", "zoomAndPan"],
|
---|
103 | ]);
|
---|