Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow drawing on a layer that is both rotated and mirrored #2

Closed
igorski opened this issue Jan 7, 2021 · 1 comment
Closed

Allow drawing on a layer that is both rotated and mirrored #2

igorski opened this issue Jan 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@igorski
Copy link
Owner

igorski commented Jan 7, 2021

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).

@igorski igorski added the enhancement New feature or request label Jan 7, 2021
@igorski
Copy link
Owner Author

igorski commented Feb 14, 2022

Resolved in b6dc6a6

@igorski igorski closed this as completed Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant