Allow drawing on a layer that is both rotated and mirrored
igorski opened this issue · 1 comments
igorski commented
It is currently not possible to use a brush operation when the destination layer is both rotated and mirrored, this requires the appropriate translations on the canvas context (see paint() in layer-sprite.js).
Until this issue is resolved, drawing is disabled for layers that are both rotated and mirrored (see canDraw() in tool-types.js).