Skip to content

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

@ghost

Description

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() }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions