-
Notifications
You must be signed in to change notification settings - Fork 51
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
Annotations on an image #5
Comments
Hey @hashitha, :) The project does not currently support the SVG Image tag so you would have to fork my project and add support for that to do so. It is possible to extend the project to some degree without changing my code by creating a new Razor Component that extend Shape and adding that to the list of SupportedTypes. But I have not yet added support for changing or extending the context menu so for this you would still need to change my code. If your are looking for a more simple free-hand drawing tool that you can draw inspiration from then I can point you to my other project: https://github.com/KristofferStrube/DistributedDrawing I am thinking of adding support for the Image tag in the future, but I can't say when. This would be cool in order to do things like tracing of images or similar. |
Thanks @KristofferStrube. Are you available for hire for an interesting project? I think you have done most of the work here :) |
Hey @hashitha, I'm currently not available for hire due to other commitments, but maybe in the future. Best of lucks with your project. |
No worries and thanks for the great work! |
I have a need to annotate an image and I was thinking that this project would be a great start.
is it possible to add an image and then make the drawings on top of that image?
The text was updated successfully, but these errors were encountered: