Can we preload canvas with an existing svg file? #57
-
I have a requirement where I have a town plot map and I want to draw a polygon against each plot to show the border of each plot |
Beta Was this translation helpful? Give feedback.
Answered by
vinothpandian
Nov 21, 2021
Replies: 1 comment
-
You can add the image to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vinothpandian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add the image to
backgroundImage
property as a background then allow users to draw on top of it. But this library doesn't support polygons. I would suggest you use another feature-rich library like tldraw