scratchfoundation / scratch-paint

Paint editor for Scratch 3.0
https://llk.github.io/scratch-paint/
BSD 3-Clause "New" or "Revised" License
175 stars 229 forks source link

Transparent = erase in other bitmap tools? #1023

Open fsih opened 4 years ago

fsih commented 4 years ago

Setting the brush tool to transparent color makes it act just like the eraser tool in the bitmap paint editor.

This functionality could be extended to the other tools (erase in the shape of a line, rectangle, or circle), but instead, the transparent swatch is missing in the line, oval, and rectangle tools, and setting the color to transparent manually causes them to draw in black, which is unexpected and possibly a bug.

fsih commented 4 years ago

Related to https://github.com/LLK/scratch-paint/issues/836