How to make separate paths #62
Unanswered
johnchourajr
asked this question in
Q&A
Replies: 1 comment
-
the example code uses a single list of points, and each time onPointerDown is called, it re-creates that list. You have to modify the code to store a list of lists of points, better described as a list of strokes. |
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.
-
Trying to use the example on Code Sandbox, which when pointerDown and pointerMove are used, each time a new path is created, how can I have those previous paths preserved while creating new?
Beta Was this translation helpful? Give feedback.
All reactions