You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
I managed to add child image as background so the users can draw on it. But my problem when i try to add intial lines or points on that sketch.
Code to add background image: const stage = sketchReference.stage stage.addChild(backgroundImage);
Then i try to add points as intial lines stage.addChild(linesArray)
Is there anyway to intialize child object and put lines in it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I managed to add child image as background so the users can draw on it. But my problem when i try to add intial lines or points on that sketch.
Code to add background image:
const stage = sketchReference.stage stage.addChild(backgroundImage)
;Then i try to add points as intial lines
stage.addChild(linesArray)
Is there anyway to intialize child object and put lines in it?
The text was updated successfully, but these errors were encountered: