rgab1508 / PixelCraft

A Pixel Art Editor
https://rgab1508.github.io/PixelCraft
MIT License
1.27k stars 78 forks source link

Impossible to create a freehand, transparent line of consistent color #40

Closed mrfoogles closed 3 years ago

mrfoogles commented 3 years ago

If you draw freehand with a transparent color, the pencil redraws on top of the transparent again so that you get a mottled line of a bunch of different levels. This makes the transparency feature pretty useless.

theabbie commented 3 years ago

@mrfoogles That is a property of canvas, drawing transparent over other will create this, in most cases, that's the expected behaviour. We will try to look into it. Thanks for informing.

mrfoogles commented 3 years ago

I made a pull request, anyway. I probably shouldn't have made the issue, sorry.