The SVGExternalResourcesRequired interface defines an interface applies to all elements where this element or one of its descendants reference an external resource.
The SVGExternalResourcesRequired interface defines an interface applies to all elements where this element or one of its descendants reference an external resource.
(external-resources-required this)
Property.
Corresponds to the externalResourcesRequired attribute of the element. Note: The SVG DOM defines the attribute externalResourcesRequired being of type SVGAnimatedBoolean, whereas the SVG language definition that the attribute is not animated. Because the SVG language states that externalResourcesRequired cannot be animated, the will always be the same as the baseVal.
Property. Corresponds to the externalResourcesRequired attribute of the element. Note: The SVG DOM defines the attribute externalResourcesRequired being of type SVGAnimatedBoolean, whereas the SVG language definition that the attribute is not animated. Because the SVG language states that externalResourcesRequired cannot be animated, the will always be the same as the baseVal.
(set-external-resources-required! this val)
Property.
Corresponds to the externalResourcesRequired attribute of the element. Note: The SVG DOM defines the attribute externalResourcesRequired being of type SVGAnimatedBoolean, whereas the SVG language definition that the attribute is not animated. Because the SVG language states that externalResourcesRequired cannot be animated, the will always be the same as the baseVal.
Property. Corresponds to the externalResourcesRequired attribute of the element. Note: The SVG DOM defines the attribute externalResourcesRequired being of type SVGAnimatedBoolean, whereas the SVG language definition that the attribute is not animated. Because the SVG language states that externalResourcesRequired cannot be animated, the will always be the same as the baseVal.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close