I made the zapp of the example 'cut and paste'
so this is the result
dutch version
ipad
I made the zapp of the example 'cut and paste'
so this is the result
dutch version
ipad
This fixes the selection issue:
let a = Math.min(selectX, frame.mouseX);
let b = Math.max(selectX, frame.mouseX);
let c = Math.min(selectY, frame.mouseY);
let d = Math.max(selectY, frame.mouseY);
sel = [a, c, b-a, d-c];
thanks
it work now
Hi @Abstract I found out it is not yet possible to delete a picture,
so when I cut a rectangle from the picture and drag it to other place
I can not remove the part I don't need anymore
can you know how to fix, selecting from within the backing, no it must be a picture where you have to select on to be able to drag a rectangle
how to make a DELETE button (instead of selecting and cut it to not paste the part anymore)
can a circle selection also be possible
thanks to test it on
Just cut. Then click off and cut something else, etc.
selecting a circle might be possible with masking... anyway - up to you to do all this stuff.