Rectangle manipulation reticles #123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduce a pair of reticles that allows for selecting and manipulating a rectangular selection:
selectRect
allows the user to pick a rectangular area out of nothing. The selected rectangular area is passed back to the brush as a rectangle shape.editRect
allows the user to edit an existing rectangular area. Once editing is complete, the final rectangular area is passed back to the brush as a rectangle shape.Either of these functions return a
continuation
, which is a short way of saying "another reticle, a scribble, or a list containing one or more scribbles and at most one reticle".then
reticle #130