SVGUnsupportedElements: TSVGElementTypes = [
etFont,
etGlyph,
etMissingGlyph,
etHKern,
etVKern,
etFontFace,
etFontFaceSrc,
etFontFaceURI,
etFontFaceFormat,
etFontFaceName,
etAltGlyph,
etAltGlyphDef,
etAltGlyphItem,
etGlyphRef,
etAnimate,
etAnimateSet,
etAnimateMotion,
etAnimateColor,
etAnimateTransform,
etFilter,
etFEDistantLight,
etFEPointLight,
etFESpotLight,
etFEBlend,
etFEColorMatrix,
etFEComponentTransfer,
etFEComposite,
etFEConvolveMatrix,
etFEDiffuseLighting,
etFEDisplacementMap,
etFEFlood,
etFEGaussianBlur,
etFEImage,
etFEMerge,
etFEMorphology,
etFEOffset,
etFESpecularLighting,
etFETile,
etFETurbulence,
etForeignObject
];
|