maskContentUnits attribute | maskContentUnits property
Gets the maskContentUnits attribute of the mask element.
![]() ![]() |
Syntax
| HTML |
|---|
<element maskContentUnits="p" ... > |
| JavaScript |
|---|
p = object.maskContentUnits |
Property values
Type: Object
The coordinate system for the contents of the mask element as one of the constants defined in svgUnitTypes.
Standards information
- Scalable Vector Graphics: Clipping, Masking and Compositing, Section 14.6.2
Remarks
If you do not specify the maskContentUnits attribute, the userSpaceOnUse default value is used.
See also
Show:

