Closed hackerwins closed 1 year ago
Description:
Apply UpdateMetadata to the line drawing.
When users draw lines, the users start drawing by mouse down, then when mouse up, a line is completed.
UpdateMetadata
Currently, during line drawing, the line is wobbly because it is painted by sampling points and changing it to a bezier curve.
Why:
Close the issue because it supports tldraw.
Description:
Apply UpdateMetadata to the line drawing.
When users draw lines, the users start drawing by mouse down, then when mouse up, a line is completed.
UpdateMetadata
to send raw points directly to the peers.Currently, during line drawing, the line is wobbly because it is painted by sampling points and changing it to a bezier curve.
Why: