josephernest / bigpicture.js

bigpicture.js is a Javascript library that allows infinite panning and infinite zooming in HTML pages.
https://josephernest.github.io/bigpicture.js/index.html
MIT License
809 stars 58 forks source link

Zoom on canvas drawing #21

Open stephanedebove opened 5 years ago

stephanedebove commented 5 years ago

Hi,

thanks for this beautiful project.

I'm looking for a way to explore a big "circle packing" graph, a bit like this one image

but with thousands of circles of very different sizes, hence why an infinite zoom would be useful.

From what I see so far your code allows only zoom on text, how much work do you think it would be to add support for zooming on html5 canvas drawings?