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

Drawing on a Single Layer #373

Open
RageGamerBoi opened this issue Jul 12, 2023 · 2 comments
Open

Drawing on a Single Layer #373

RageGamerBoi opened this issue Jul 12, 2023 · 2 comments

Comments

@RageGamerBoi
Copy link

Is it possible to allow drawing on a single layer by:

  1. completing a brush stroke
  2. automatically converting the layer to raster
  3. merging it down on to the currently selected layer?

This would be incredibly helpful as a supplement to the current drawing functions as it currently is a mess to draw with all the new layers (and then when you have to erase something it’s even worse).
Thanks :)

@viliusle
Copy link
Owner

viliusle commented Jul 18, 2023

Not yet, but this is good idea to merge all brushes and make it raster after mouse release. Of course saved file size would be bigger, more memory for undo. But erase would be easier and less layers.

@Giwayume
Copy link
Contributor

It's possible to make a vector eraser by doing segment/quadratic intersections and splitting the paths. The math isn't that hard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants