set_skew_x method

set_skew_x

Sets the transform type to SVG_TRANSFORM_SKEWX, with parameter angle defining the amount of skew.

def set_skew_x(self, angle):
    ...
ParameterTypeDescription
anglefloatThe skew angle.

Exceptions

ExceptionDescription
DOMExceptionCode DOMException.NO_MODIFICATION_ALLOWED_ERR.
Raised on an attempt to change the value of a read only attribute.

See Also