DrawingView icon indicating copy to clipboard operation
DrawingView copied to clipboard

RasmView is an Android drawing view; it provides a view that allows users to draw on top of a bitmap.

Results 7 DrawingView issues
Sort by recently updated
recently updated
newest added

Obtain blank page while try to load Bitmap on class header lateinit var drawingView: RasmView lateinit var drawingContext: RasmContext onViewCreated drawingView = fragmentimage.immagine drawingContext = drawingView.rasmContext coda.uuid?.let {image -> val...

Hi! Amazing library! Help me, please. How can I erase only the drawn part, without erasing the background (layerBitmap)?

RasmView.onTouchEvent java. lang.NullPointerException

Create a brush preview

how to enable of disable zooming

When i try to draw and zoom the view it gets pixlated. what is the possible solution to overcome this issue ? ![image](https://github.com/user-attachments/assets/555ef999-fcf9-41ec-a106-31cceebe024f)

I want to disable the zoom function and a listener that can know the beginning and end of drawing. like.. ``` canvas.rasmContext.addDrawingChangeListener(DrawingChangeListener() { @Override fun onTouchStart() { } @Override fun...