set_skew_y method

set_skew_y

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

def set_skew_y(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