Project: create rounded rectangle with explicit size
Add a rounded rectangle using exact dimensions and corner radius
Dither form
; Add a rounded rectangle using exact dimensions and corner radius
(project/create/rounded-rectangle-with-size {:x nil :y nil :width nil :height nil :radius nil})
Inputs
| Input | Kind | Required | Default |
|---|---|---|---|
x | length | yes | — |
y | length | yes | — |
width | length | yes | — |
height | length | yes | — |
radius | length | yes | — |
Behavior
- Finishes as a bounded immediate action.
- No undo transaction