bitbof
bitbof
It's true they are quite a mess. Eventually I want to clean it up and feed the color via css which would avoid all those `filter: invert(1)` in dark mode....
Clipping is more complex than changing a layer's blend mode. It requires a separate compositing step, which would be too slow with the current rendering approach by the viewport. It...
I can look at this when I've improved the stability and memory management of the app.
Improving rendering performance is on the roadmap. https://kleki.com/about#roadmap
I tried on an Ipad 7th gen with IpadOS 16.4.1 and I can not reproduce this. Does this happen consistently for you, e.g. when you reload the page and apply...
Regarding extracting lineart, have you tried Edit > To Alpha?
It works best when there is no shading. You can get rid of the shading with some extra steps: https://github.com/user-attachments/assets/c545a7f5-0dbd-4362-8aac-058efc4c64ee Maybe it could be automated though.
The circle, and DOM elements in general always lag behind the native cursor (also in your video recording). Without a native cursor the user would have worse visual feedback. Because...
Thanks for reporting. Pretty certain it's an issue with the browser (Canvas API implementation) or drivers. However some planned changes may fix it.
> [@bitbof](https://github.com/bitbof) isnt this technically a thing now :p Heh, somewhat with caveats. The browser storage drawing doesn't get cleared unless you clear it, or the browser gets rid of...