-
Notifications
You must be signed in to change notification settings - Fork 388
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
Comments
It should be easy to implement the box and which part of it is zoomed/panned as API exposes these values and their updates. It may also be a nice example for plugin system discussed in #98. |
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. |
If you'll get any working version (even prototype) - you're more then welcome to post it here. |
Now there is an example in demos. |
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!
The text was updated successfully, but these errors were encountered: