How can i avoid smearing when moving my images in a Canvas
I’m using konvajs to create a canvas that allows users to upload images and move/resize them, they can also choose a font and add some text.
However when i try to move the images they smear and leave a “trace” behind them, like a high exposure photo. Strangely enough this happens only on Apple phones and not in the built in firefox emulator on my mac.
How can i avoid smearing when moving my images in a Canvas
I’m using konvajs to create a canvas that allows users to upload images and move/resize them, they can also choose a font and add some text.
However when i try to move the images they smear and leave a “trace” behind them, like a high exposure photo. Strangely enough this happens only on Apple phones and not in the built in firefox emulator on my mac.
How can i avoid smearing when moving my images in a Canvas
I’m using konvajs to create a canvas that allows users to upload images and move/resize them, they can also choose a font and add some text.
However when i try to move the images they smear and leave a “trace” behind them, like a high exposure photo. Strangely enough this happens only on Apple phones and not in the built in firefox emulator on my mac.
How can i avoid smearing when moving my images in a Canvas
I’m using konvajs to create a canvas that allows users to upload images and move/resize them, they can also choose a font and add some text.
However when i try to move the images they smear and leave a “trace” behind them, like a high exposure photo. Strangely enough this happens only on Apple phones and not in the built in firefox emulator on my mac.
How to visually adjust border radius for KonvaJS Rect during transformation?
I want to adjust visually the border radius for the rect, so it stays “the same” during transformation.
What happens is the border-radius get’s stretched during transformation, and it visually does not keep the border looking the way it basically should.
How to visually adjust border radius for KonvaJS Rect during transformation?
I want to adjust visually the border radius for the rect, so it stays “the same” during transformation.
What happens is the border-radius get’s stretched during transformation, and it visually does not keep the border looking the way it basically should.
Konva Shape vs Path
I was following the context menu example and deleting a Shape, and that works as expected. I can create a circle or rectangle and everything works as expected. Where I’m running into trouble is when I try to do the same thing with a Konva Path. Path extends Shape so I’m not sure why a Path wouldn’t behave like a Shape. However, when I go to delete it
I am trying to tune the rotate anchor in konvajs
On this page (https://konvajs.org/docs/sandbox/Scale_Image_To_Fit.html), dragging the rotate anchor causes rotation. I want to change this anchor to an image.
Scale in konva js with background image
I want to scale up and scale down stage in konva js. I have a background image attached to konva container so that should scale also. I also need to get correct mouse position , I have a code for that also. But still something’s not right , I am not sure if I am going in the correct direction
Is it possible to add filter to a group, which has many child nodes in it?
I want to make filters on a group, and all the child nodes can apply the filters at the same time. But I found the filters can only be added on one single node, like a Image or a Rect, can I make the whole page apply the filters? I want to do something like below, can anyone help?