Project: create arc with explicit size
Add a curved running path using an exact origin, width, and height
Dither form
; Add a curved running path using an exact origin, width, and height
(project/create/arc-with-size {:x nil :y nil :width nil :height nil})
Inputs
| Input | Kind | Required | Default |
|---|---|---|---|
x | length | yes | — |
y | length | yes | — |
width | length | yes | — |
height | length | yes | — |
Behavior
- Finishes as a bounded immediate action.
- No undo transaction