miniPaint icon indicating copy to clipboard operation
miniPaint copied to clipboard

Drawing on a Single Layer

Open RageGamerBoi opened this issue 11 months ago • 2 comments

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

RageGamerBoi avatar Jul 12 '23 13:07 RageGamerBoi

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.

viliusle avatar Jul 18 '23 19:07 viliusle

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

Giwayume avatar Feb 27 '24 16:02 Giwayume