setSkewY

fun setSkewY(angle: Float)(source)

The setSkewY() method of the SVGTransform interface sets the transform type to SVG_TRANSFORM_SKEWY, with parameter angle defining the amount of skew along the Y-axis.

MDN Reference