Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to make the canvas background transparent? #1

Open
ghost opened this issue Aug 16, 2020 · 0 comments
Open

Is there any way to make the canvas background transparent? #1

ghost opened this issue Aug 16, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 16, 2020

Please provide a way to edit or change the Paintview class's init method:
fun initCanvas() { extraBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888) extraCanvas = Canvas(extraBitmap) extraCanvas.drawColor(ContextCompat.getColor(context, android.R.color.white)) invalidate() }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants