scale
scale()
Scales the transformation matrix by the given factor(s).
// Scale the y-axis
scale(y: 50%)
circle((0,0))
x
, y
and z
to set per axis scaling factors. A ratio of 100% is the same as the value .
origin:
none or coordinate
none
โ Origin to rotate around, or (0, 0, 0) if set to none
.