ISVGTests class

ISVGTests class

Interface SVGTests defines an interface which applies to all elements which have attributes ‘requiredFeatures’, ‘requiredExtensions’ and ‘systemLanguage’.

The ISVGTests type exposes the following members:

Properties

PropertyDescription
required_featuresCorresponds to attribute ‘requiredFeatures’ on the given element.
required_extensionsCorresponds to attribute ‘requiredExtensions’ on the given element.
system_languageCorresponds to attribute ‘systemLanguage’ on the given element.

See Also