SVGElementTypeNames: TSVGElementTypeNames =
('', 'svg', 'g', 'image', 'defs', 'use', 'circle',
'ellipse', 'rect', 'line', 'polyline', 'polygon', 'path',
'text', 'switch', 'desc', 'title', 'style', 'tspan',
'textPath', 'tref', 'clipPath', 'linearGradient', 'radialGradient', 'stop',
'marker', 'metadata', 'script', 'comment', 'symbol',
'pattern',
'font',
'glyph',
'missing-glyph',
'hkern',
'vkern',
'font-face',
'font-face-src',
'font-face-uri',
'font-face-format',
'font-face-name',
'altGlyph',
'altGlyphDef',
'altGlyphItem',
'glyphRef',
'animate',
'set',
'animateMotion',
'animateColor',
'animateTransform',
'filter',
'feDistantLight',
'fePointLight',
'feSpotLight',
'feBlend',
'feColorMatrix',
'feComponentTransfer',
'feComposite',
'feConvolveMatrix',
'feDiffuseLighting',
'feDisplacementMap',
'feFlood',
'feGaussianBlur',
'feImage',
'feMerge',
'feMorphology',
'feOffset',
'feSpecularLighting',
'feTile',
'feTurbulence',
'foreignObject'
);
|