Package: gsk

Function gsk:transform-skew

Lambda List

gsk:transform-skew (transform xskew yskew)

Arguments

transform -- a gsk:transform instance
xskew -- a number coerced to a single float with the skew factor on the x axis, in degrees
yskew -- a number coerced to a single float with the skew factor on the y axis, in degrees

Return Value

The new gsk:transform instance.

Details

Applies a skew transform.

Since 4.6
 

See also

2024-4-21