Haxe API Documentation
Back | Index
extern class js.html.svg.ClipPathElement
extends Element
Available in js
The SVGClipPathElement interface provides access to the properties of <clipPath> elements, as well as methods to manipulate them.

Documentation for this class was provided by MDN.
var clipPathUnits(default,null) : AnimatedEnumeration
Corresponds to attribute clipPathUnits on the given <clipPath> element. Takes one of the constants defined in SVGUnitTypes
Back | Index