Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get coordinates while drawing #79

Open
arsenipachkovski opened this issue Oct 19, 2018 · 3 comments
Open

Get coordinates while drawing #79

arsenipachkovski opened this issue Oct 19, 2018 · 3 comments
Labels
Enhancement Enhance performance or improve usability of original features.

Comments

@arsenipachkovski
Copy link

Hey, is there a way to get coordinates of the line while drawing ? or when finished ? Or maybe get the object ?
My goal is to use it with sockets.

Thanks.

@solomon0918
Copy link

I am also been looking for this feature, please. Shapes, texts and some features have one but free drawing doesnt have, seems kind of odd.

@junghwan-park junghwan-park added the Enhancement Enhance performance or improve usability of original features. label Jan 30, 2019
@junghwan-park
Copy link
Member

junghwan-park commented Jan 30, 2019

@arsenipachkovski @solomon0918
I'll add to next feature list.

@sundeepch1
Copy link

var addObjectList = imageEditor._graphics._canvas._objects;
iterate over addObjectList, we can get all the added object present on image and also drawing object with all co-ordinates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Enhance performance or improve usability of original features.
Projects
None yet
Development

No branches or pull requests

4 participants