Replies: 1 comment
-
|
Your use case is not clear enough to me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(Implementing freedrawing)
When the canvas is rotated using interact.js, putting the pen down anywhere has a strange behavior: the lines are drawn on a different place on the canvas. It seems as if there is an invisible "captor" that remains with the original dimensions and angle of translation, even though the canvas looks like it is being rotated.
Any ideas of how to fix this behavior would be greatly appreciated, I don't think this is an issue with Fabric per se, but with the
<canvas></canvas>Beta Was this translation helpful? Give feedback.
All reactions