Satin Studio Manual

Project: create rectangle with explicit size

Add an editable rectangle using an exact origin, width, and height

Dither form

; Add an editable rectangle using an exact origin, width, and height
(project/create/rectangle-with-size {:x nil :y nil :width nil :height nil})

Inputs

InputKindRequiredDefault
xlengthyes
ylengthyes
widthlengthyes
heightlengthyes

Behavior