-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
image Icons and arrows #143
Comments
Hi @Krusty79 unfortunately it is not clear at all what do you mean. Please record some videos or post clear screenshots of one of the analogs. Image icon, what is it? For Me sounds like an plain image. So it is already possible. If you mean some kind of left and top roller? |
Hello Ivan, There is also a much bigger problem. If you try to edit an image after saving, all previous updates are overwritten on save. painter-2021-05-17_13.09.28.mp4Regards! |
@Krusty79 Oh, I see now, thanks a lot, I thought about something another. Now it is clear. About bigger problem, could you post a code? |
` component.ts draw(): void { const quoteId=this.quoteId const quoteService = this.quoteService let painterro = Painterro({ backplateImgUrl: this.imgUrl, defaultArrowLength: 5, availableArrowLengths: [1,2,4,8,16,64], saveHandler: function (image, done) { quoteService.saveHandler(quoteId, image, done).pipe( tap(res => { if(res['status'] == 'saved'){ done(true); } }), ).subscribe() } }); painterro.show() } |
Describe the feature
It will great to have an ability to add an image Icons for technical drawings and have arrows option for side dimensions
Possible analogs?
Gimp, MSPaint, Inkscape, etc...
The text was updated successfully, but these errors were encountered: