Changelog
0.9.0
HTMLToolbar#serializeState
and HTMLToolbar#deserializeState
).
id
. As such, the order and number of parameters to BaseWidget
has changed.Path::fromRect
producing an open shape. This caused issues with collision detection (for erasing and determining whether the rectangles should be visible).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.