CustomViews icon indicating copy to clipboard operation
CustomViews copied to clipboard

clearSignature() does not support transparent background

Open momoteRyanmt opened this issue 10 years ago • 1 comments

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

momoteRyanmt avatar Dec 20 '14 15:12 momoteRyanmt

when i using this method . my signView is black. your code not working

codemajor247 avatar Dec 19 '17 08:12 codemajor247