momoteRyanmt
Results
1
issues of
momoteRyanmt
It attempts to use transparent drawColor which means the canvas stays the same solution is to swap the following in clearSignature method - mCanvas.drawColor(bgColor); with mCanvas.drawColor(bgColor, PorterDuff.Mode.CLEAR);