-
When I install Konva@1.2.2 through npm for an Angular 2 app, I receive this error:
Property 'Arrow' does not exist on type 'typeof Konva'.
All other shapes work for me, but the Arrow looks to be mis…
-
I've noticed that in order to use filters you have to first call `filters()`, passing an array of the filters you wish to use, and then call the specific filter setter. Is there any particular reason …
-
Hi konva Team,
Currently an Image needs a dom-element image. Is it possible to use directly imageData to create a Konva-image? So we do not need to use this workaround: http://stackoverflow.com/quest…
-
I'm trying to prevent a circle from being dragged over rectangles. I have a layer named dynamicLayer which contains both a circle and a rectangle. I had thought to implement a collision check in dragB…
-
-
Group and Node don't have getSelfRect method. It appears only in Shape. Group has nested method from Container - getClientRect, so getSelfRect could be realized in the same way in Container.
ada99 updated
8 years ago
-
When test konva.js in nodejs environment
``` js
$ node nodejs-demo.js
/Users/ctslin/temp/konvajs/konva/dist/konva-dev.js:604
Konva.window = Konva.document.createWindow();
…
-
Hi, when I setAttrs() a shape, the new style of context does not display in the right way. should clear context in the begin of sceneFunc?
-
How can we generate an image from the user-edited artboard?
Artboard features:
- .png overlay in form of the Dan & Phil cutouts
- user-uploaded background
- user-edited text.
**Update**
Seems to b…
-
Using fontStyle: "bold" is not working for me in IE11.
Chrome and FF both look fine.
"italic" works in IE11.
http://jsfiddle.net/4503v93h/2/