Scale transform for canvas groups.
Use factor for uniform scaling or x/y for non-uniform.
factor
x
y
@type t() :: %Plushie.Canvas.Shape.Scale{ factor: number() | nil, x: number() | nil, y: number() | nil }