konva icon indicating copy to clipboard operation
konva copied to clipboard

Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.

Results 89 konva issues
Sort by recently updated
recently updated
newest added

Hello, i need help. I try center canvas to large points XY. When i set stage x/y and loaded image x/y ex. 10000/10000 then my canvas lose all :-( `...

## What does this PR do Currently, the package `gulp-util` has been deprecated. ![image](https://user-images.githubusercontent.com/13513658/183804677-6c511443-3a78-4ba5-8b75-1db80f2e48da.png) This PR does: - Use packages: fancy-log + ansi-colors instead of gulp-util, removes `gulp-util` - Guideline:...

I'm getting a lot of warnings like this in Chrome. Chrome thinks there's a better way to attach event listeners (Stage.js): ``` _bindContentEvents() { if (!Konva.isBrowser) { return; } EVENTS.forEach(([event,...

Hi, I am trying to add support for the apple pencil (using touch) in Brush annotation mode on the awesome Label Studio which uses Konva. https://github.com/heartexlabs/label-studio/issues/1982 I have debugged it...

I cannot find the reason of this error anywhere. On runtime I get the following error: ``` TypeError: Konva.Stage is not a constructor at file:///[path]/src/index.ts:40:15 at ModuleJob.run (node:internal/modules/esm/module_job:197:25) at async...

When I set ellipsis and height, but the ellipsis is not added to the last line. ```js const text = new Konva.Text({ text: "1121\n22121\n432121\n", fontSize: 12, height: 30, width: 50,...

![4qi3g-kr8al](https://user-images.githubusercontent.com/62980888/180642084-d1d9ddd4-c1be-4843-b7b8-fd12b0a81ee4.gif) ![优效图片_20220724175713](https://user-images.githubusercontent.com/62980888/180642086-596b31e9-1b29-4704-88c7-42e3c8eac3b9.jpg)

The comment headers point to http://www.pixastic.com/lib/license.txt for the license, but that URL no longer resolves. Looking it up on the Internet Archive, it appears this code is licensed under the...

When pixel density is below 1, and the size of a node results in less than 1 when divided by the pixel density, the whole drawing process fails with the...

I would like to select a certain area and cut it out and reposition it. I am mainly interested in the cutting mechanism. I have also uploaded an example to...