DrawingTool won't immediately render transparent pixel
Closed this issue · 1 comments
DamSenViet commented
Draw pixel should render the change in pixel color immediately, but does not apply if current color is transparent
// drawingtool.currentColor == 15
drawingTool.drawPixel(x, y)
// no update to canvases
DamSenViet commented
fixed in 5891172