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

HTML5 Canvas issues #20

Closed
kenyoni opened this issue Nov 30, 2017 · 3 comments
Closed

HTML5 Canvas issues #20

kenyoni opened this issue Nov 30, 2017 · 3 comments
Labels
blocked closed-adopt-me Closed without resolution, the add-on is looking for a new developer.

Comments

@kenyoni
Copy link

kenyoni commented Nov 30, 2017

Does not recognize images in an HTML5 canvas. An example of this is the "RRT-Connect algorithm" image at the bottom of this page. The image menu (rt click) does not contain the rotate-and-zoom-image option. Select 'View Image', and the resulting image is recognized by rotate-and-zoom-image, but any attempts to zoom or rotate are unsuccessful.

For reference, the "Image Zoom" FF extension handle[sd] this correctly, including allowing the demo to run resized.

@MikkCZ MikkCZ added this to the 1.5 milestone Nov 30, 2017
@MikkCZ
Copy link
Contributor

MikkCZ commented Nov 30, 2017

I am afraid the extensions API does not offer an option to create context menu for canvas out of the box. But I will try to add it in the next version.

@MikkCZ MikkCZ removed this from the 1.5 milestone Dec 4, 2017
@MikkCZ MikkCZ added the blocked label Dec 4, 2017
@MikkCZ
Copy link
Contributor

MikkCZ commented Dec 4, 2017

Unfortunately there is no way to implement context menu for canvas at the moment. The only would be to show the context menu for each an every element, which might be a confusing. But if there is no API, it may be worth trying to actually allow to rotate and zoom not just images, but anything.

@kenyoni
Copy link
Author

kenyoni commented Dec 5, 2017

I think that just might be a kinda cool feature to have if it works out.

rotate-and-zoom-anything. :)

@MikkCZ MikkCZ added the closed-adopt-me Closed without resolution, the add-on is looking for a new developer. label Jul 3, 2020
@MikkCZ MikkCZ closed this as completed Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked closed-adopt-me Closed without resolution, the add-on is looking for a new developer.
Projects
None yet
Development

No branches or pull requests

2 participants