DrawingView icon indicating copy to clipboard operation
DrawingView copied to clipboard

scalling

Open rsa-rajesh opened this issue 3 years ago • 4 comments

how to enable of disable zooming

rsa-rajesh avatar Aug 23 '22 09:08 rsa-rajesh

Just clone the repo & remove the transformation, scaling, rotating touch events handlers or create a method by yourself. Just create a method that will take a Boolean as parameter to decide whether to scale the view or not.

SweetD3v avatar Nov 24 '22 04:11 SweetD3v

Just clone the repo & remove the transformation, scaling, rotating touch events handlers or create a method by yourself. Just create a method that will take a Boolean as parameter to decide whether to scale the view or not.

already done thanks anyway

rsa-rajesh avatar Nov 28 '22 06:11 rsa-rajesh

now i need to add text on background canvas

rsa-rajesh avatar Nov 28 '22 06:11 rsa-rajesh

now i need to add text on background canvas

I am also looking to add text in canvas, are you found how to implement?

lucky108 avatar Aug 15 '23 00:08 lucky108