WIP: Shape controls -- center vs corner
Adding control buttons to the Shapes tool, allowing for shapes to be drawn from the center (as before) or from a corner (more like other paint packages). The controls do nothing at this time, but are visible and can be clicked. This is a work in progress. The controls may be removed using a configuration option.
This commit is contained in:
parent
d5b020520d
commit
2159f8616b
12 changed files with 168 additions and 48 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Bill Kendrick <bill@newbreedsoftware.com>; http://www.tuxpaint.org/
|
||||
# Based on inkscape's completion file, by allali@univ-mlv.fr
|
||||
#
|
||||
# Last modified 2020-07-25
|
||||
# Last modified 2020-08-15
|
||||
#
|
||||
# $Id$
|
||||
|
||||
|
|
@ -50,6 +50,7 @@ _tuxpaint()
|
|||
--sysfonts --nosysfonts \
|
||||
--nostampcontrols --stampcontrols \
|
||||
--nomagiccontrols --magiccontrols \
|
||||
--noshapecontrols --shapecontrols \
|
||||
--mirrorstamps --dontmirrorstamps \
|
||||
--stampsize=0 --stampsize=1 \
|
||||
--stampsize=2 --stampsize=3 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue