perfect-freehand icon indicating copy to clipboard operation
perfect-freehand copied to clipboard

Draw perfect pressure-sensitive freehand lines.

Results 15 perfect-freehand issues
Sort by recently updated
recently updated
newest added

Not sure if that's what you wanted here : https://twitter.com/steveruizok/status/1544721018849267713?s=20&t=fz7suWDKWlsPQrvbLClMHg πŸ™‚ The "editor" inside `packages/dev` uses tldraw to handle the pointer events so I only updated the readme and the...

All of my lines in my canvas change color when i change for one line. this is how i set color for line. in my uselayoutEffect i add this line...

As i mentioned in https://github.com/excalidraw/excalidraw/issues/4802#issuecomment-1145413251 Moving cursor in opposite direction while drawing makes these weird dots, much more common on wacom tablet for some reason freehand playground ![image](https://user-images.githubusercontent.com/18004075/171749987-ad382148-f456-4d14-9abe-2627978a3a86.png) freehand playground...

bug

See images below ![E279BD63-98C1-4788-ADE9-9FE816D159E8](https://user-images.githubusercontent.com/8187501/192133435-a4d272ac-acc4-40e8-94b4-fa00a8be21cc.jpeg) ![542D0FA0-8774-4030-A5FA-69AB514AACC3](https://user-images.githubusercontent.com/8187501/192133439-e3173ae0-bae9-4443-b17e-49ca03925d40.png)

bug

https://github.com/steveruizok/perfect-freehand/issues/48#issue-1260694029 Look at the above gif. The backtracking still creates dots on the end of lines. ![1](https://user-images.githubusercontent.com/48148292/191184612-1892192e-014c-4019-9eb6-26d331f88d37.gif)

bug

``` $ node --version v18.19.0 $ yarn --version 1.22.21 $ yarn start yarn run v1.22.21 $ lerna run start --stream --parallel lerna notice cli v3.22.1 lerna info Executing command in...

bug

I've been getting the error below in my Sveltekit project: ``` SyntaxError: Unexpected token 'export' at internalCompileFunction (node:internal/vm:73:18) at wrapSafe (node:internal/modules/cjs/loader:1153:20) at Module._compile (node:internal/modules/cjs/loader:1205:27) at Module._extensions..js (node:internal/modules/cjs/loader:1295:10) at Module.load (node:internal/modules/cjs/loader:1091:32)...

bug

![signaturecanvas](https://github.com/steveruizok/perfect-freehand/assets/85781206/c73f55c6-fccb-4aad-83a9-dbf030dd3dbb) I have an option for getStroke but the resulting stroke doesn't feel smooth. ``` const options = { size: 3, thinning: 0.2, smoothing: 1, streamline: 0.1, easing: (t) =>...

bug

Hi @steveruizok! Firstly, thanks for your amazing work on the `perfect-freehand` itself and on `tldraw;` – it's been exciting to see and try with all the recent AI features. Just...

enhancement