-
I'm experiencing an issue with my React-Conva components. I have two components: one for drawing lines and another for polygons. The problem occurs when I draw a line first and then a polygon. If the …
-
Just watched your app layout presentation at the facebook february meetup. It reminded me of infonode.net from sometime ago, it is great to see this level of app layout implemented now, using react an…
-
- Research on what mouse pointer should be displayed on various cases
- Implement
- Mouse pointer type
- useMousePointer logic
- The pointer image
- Styling
- Hotspot (the exact …
-
ref https://konvajs.org/docs/sandbox/Resizing_Stress_Test.html
Now we can only multi-select. We hope to add multi-selection. After dragging, we can modify the size and change the position.
-
After tranformer done, Are there any events for this?
I try to handleBoundBoxFunc but if use it, it very event when tranformer not done.
And after tranformer done, shape changed but data in config n…
-
Hi, i want to use Transformer with scale setter, just like the code as follow:
```js
var tr1 = new Konva.Transformer({
nodes: [text1, rect1, text2],
centeredScaling: true,
resizeEnabled: …
-
There is a crash on the 19.0.0 version of react (checked on 19.0.0-rc-3edc000d-20240926)
`TypeError: Cannot destructure property 'ReactCurrentOwner' of 'react__WEBPACK_IMPORTED_MODULE_0__.__SECRET_…
veksa updated
2 months ago
-
Hello,
I see a few way to restrict the overlaping of two rnd elements, but it would be nice to just set a boolean for that.
As I need this, could you tell me how you would do that? (Do I use onD…
-
In the documentation example (https://konvajs.org/docs/shapes/Text.html) it shows that I can use \n to create a new line, but it doesn't work for some reason.
```
var complexText = new Konva…
-
So after digging into the code a little more I think I figured out an easier way of putting this builder together.
Each widget only has 1-3 styles (right now at least until 7.0) so if you make a si…