clipPathUnits property
SVGAnimatedEnumeration
get
clipPathUnits
The read-only clipPathUnits
property of the SVGClipPathElement
interface reflects the clipPathUnits
attribute of a element which
defines the coordinate system to use for the content of the element.
Note: Although this property is read-only, it is merely a container for two values you can modify, SVGAnimatedEnumeration.baseVal and SVGAnimatedEnumeration.animVal.
Implementation
external SVGAnimatedEnumeration get clipPathUnits;