clip_path_units method
clip_path_units
Sets the ‘clipPathUnits’ attribute of the SVG ‘clipPath’ element, specifying the coordinate system for the clipping path.
Returns
The current instance of SVGClipPathElementBuilder for method chaining.
def clip_path_units(self, units):
...
Parameter | Type | Description |
---|---|---|
units | CoordinateUnits | The coordinate system units. |
See Also
- module
aspose.svg.builder
- class
SVGClipPathElementBuilder