-
## Description
Brave Canvas Anti-Fingerprinting causes websites to break if the website requires pixel-perfect color output, because Brave adds random noise to canvases when using the getImageData m…
-
I have created a new svelte project:
```npm create svelte@latest my-app
cd my-app
npm install
npm run dev -- --open
```
Then I installed the `svelte-konva` and `konva` libraries.
```npm i sve…
-
if you generate a piece with image in metadata with sketchPiece function not fails and show the image, but if the structure is in autogenerate function fails.
Example that works:
labels.sketchPi…
-
In my project I do a preview of the design made with Polotno SDK applied to the 3D model of the final product.
It currently takes 0,5-2 seconds to update the preview after each Store change.
As I …
-
That is a very long-term feature. And I am not really sure we need it.
Right now polotno is using canvas renderer with the konva framework. As an alternative, we can have an HTML renderer. Some tho…
-
Hello, @danielearwicker.
I am a maintainer of https://github.com/konvajs/konva and founder of https://polotno.com/.
I want to have a full rich-text editor in Konva 2d canvas framework, and later…
-
### Describe the Bug
I found an interesting gridlock in attempting to upgrade for v1 to v2 .
I did this basically:
I did a full git pull first.
Then and install:
```
$ sudo -u umami ya…
-
in a chemical sketcher, chemical bonds and other symbols are depicted in svg format on canvas based on raphael lib.
my question is : all the depicted objects mentioned above could be munipulated(use…
-
I see there is an issue opened already mentioning the unmount synchronously warning:
https://github.com/konvajs/react-konva-utils/issues/25
But I am opening a new issue because what I want to rais…
-
Hello, thank you for creating an excellent canvas library.
I was rather shocked that there is no SemiCircle class... I am creating a flight simulator and need semicircles for the instrument panels.…