setSkewX

fun setSkewX(angle: Float)(source)

The setSkewX() method of the SVGTransform interface sets the transform type to SVG_TRANSFORM_SKEWX, with parameter angle defining the amount of skew along the X-axis.

MDN Reference