-
I created a custom shape using v-shape, like a table, The mousemove and drag events for the header and row0 of the table are not working as expected. but
litgh updated
8 months ago
-
So I am using Konva in node and browser both and the issue is suppose i create a text in konva (browser) it is working as expected,
but in node when i export to img, each text is offset by some pixel…
-
Is this a typo error? wi -> we
https://github.com/konvajs/konva/blob/6d34326084bba32704da676e39621e2574942cc1/src/Node.ts#L167
> // on initial set attrs wi don't need to fire change events
-
Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported.
-
It would be great to have a visual debugger, maybe a debug mode that adds an external panel where in a folder/file structure one can click into existing elements, check their properties, inspect their…
-
When I rotate an image object through the rotate function, its transformer does not rotate. If I change the object to a shape or an text, the transformer is also rotated. Image does not. If I change k…
-
## Trouble
When use `useImage` render multiple images, It sucks as bellow last pic.
```js
const [image] = useImage(url);
return
```
https://github.com/konvajs/use-image/assets/42633099…
-
```
```
Don't works.
-
As far as I can understand from the code the canvas textBaseline is hard coded as "MIDDLE".
Would it be hard to make that configurable?
In my case I would need the default textBaseline "alphabet…
-
Hi there,
I'm implementing text addition, image attachment, and drawing (pen, eraser) functionalities with Konva.
The problem I'm facing is that I want the eraser function to apply only to the l…