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):
    ...
ParameterTypeDescription
unitsCoordinateUnitsThe coordinate system units.

See Also