Web/API/SVGClipPathElement

From Get docs


The SVGClipPathElement interface provides access to the properties of <clipPath> elements, as well as methods to manipulate them.

Properties

This interface also inherits properties from its parent, SVGElement.

SVGClipPathElement.clipPathUnits Read only
An SVGAnimatedEnumeration corresponding to the clipPathUnits attribute of the given <clipPath> element. Takes one of the constants defined in SVGUnitTypes.

Methods

This interface doesn't implement any specific methods, but inherits methods from its parent, SVGElement.

Specifications

Specification Status Comment
CSS Masking Module Level 1The definition of 'SVGClipPathElement' in that specification. Candidate Recommendation Removed the inheritance from SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable, and SVGUnitTypes
Scalable Vector Graphics (SVG) 1.1 (Second Edition)The definition of 'SVGClipPathElement' in that specification. Recommendation Initial definition

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
SVGClipPathElement Chrome

Full support Yes

Edge

Full support 12

Firefox

Full support Yes

IE

Full support Yes

Opera

Full support Yes

Safari

Full support Yes

WebView Android

No support No

Chrome Android

Full support Yes

Firefox Android

Full support Yes

Opera Android

Full support Yes

Safari iOS

Full support Yes

Samsung Internet Android

Full support Yes

clipPathUnits Chrome

Full support Yes

Edge

Full support 12

Firefox

Full support Yes

IE

?

Opera

Full support Yes

Safari

Full support Yes

WebView Android

No support No

Chrome Android

Full support Yes

Firefox Android

Full support Yes

Opera Android

Full support Yes

Safari iOS

Full support Yes

Samsung Internet Android

Full support Yes

Legend

Full support  
Full support
No support  
No support
Compatibility unknown  
Compatibility unknown


See also