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

Thumbnail viewer / navigator? #110

Closed
andrewboni opened this issue May 8, 2015 · 4 comments
Closed

Thumbnail viewer / navigator? #110

andrewboni opened this issue May 8, 2015 · 4 comments

Comments

@andrewboni
Copy link

First of all, this is a great library- thanks for the continued development.

I'm wondering if anyone's implemented a thumbnail navigator box (similar to how photoshop and other services do it) like this:

Would be extremely useful to show which area of the svg element(s) are currently being zoomed in on. The navigator could sit in the upper right corner, like how the zoom controls sit in the lower right corner. Thanks!

@bumbu
Copy link
Owner

bumbu commented May 9, 2015

It should be easy to implement the box and which part of it is zoomed/panned as API exposes these values and their updates.
The more complicated part would be to get the thumbnail of whole SVG. One solution is to simply insert the same SVG one more time into navigator (but it will consume more memory than a thumbnail).

It may also be a nice example for plugin system discussed in #98.

@andrewboni
Copy link
Author

Gently bumping this, since it'd be a great use of the plugin system. I'm drafting up a proof-of-concept, and can post that code here when finished.

@bumbu
Copy link
Owner

bumbu commented Aug 5, 2015

If you'll get any working version (even prototype) - you're more then welcome to post it here.

@bumbu
Copy link
Owner

bumbu commented Oct 16, 2015

Now there is an example in demos.

@bumbu bumbu closed this as completed Oct 16, 2015
@ariutta ariutta mentioned this issue Dec 28, 2015
34 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants