Changelog
0.8.0
Changelog
0.7.2
Changelog
0.7.1
Changelog
0.7.0
Changelog
0.6.0
ctrl+d
duplicates selected objectsctrl+r
resizes the image to the selected regionctrl+a
selects everything (when the selection tool is enabled)HandToolWidget
now expects, but does not require, a primary hand tool to work properly. See ToolController#addPrimaryTool
.import {makeFooIcon} from '...'
. Use editor.icons.makeFooIcon
instead.Changelog
0.5.0
Ctrl+1
through Ctrl+9
: Switch pen drawing mode.
ToolbarShortcutHandler
must be loaded (and the toolbar must also be loaded).Changelog
0.4.1
Changelog
0.4.0
Changelog
0.3.2
Delete
/Backspace
deletes selected content.Ctrl+C
, Ctrl+V
for copy/paste.Changelog
0.3.1
Ctrl+1
to select the first pen, Ctrl+2
to select the second, etc.+
to increase a pen's size, -
to decrease it.Path::toString
results for faster saving to SVG.