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