You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pClock needs to adjust it's size to fix the viewport.
It will have to take into account it's current size, the amount of data, the user defined options for line width and radius. Then calculate the best way to fit it on screen.
Let's discuss those parameters here.
The text was updated successfully, but these errors were encountered:
I set up the zoom on mousewheel action... there's tweaking to be done, but its a proof of concept.
Raphael zooms oddly, line-weights seem to scale up.
Rendering is superfast though, so we can redraw on zoom as well (though, then why not just redraw instead of using setviewBox... ) in any case we probably want to tweak strokeweights on zoom. Haven't found a sweetspot.
The pClock needs to adjust it's size to fix the viewport.
It will have to take into account it's current size, the amount of data, the user defined options for line width and radius. Then calculate the best way to fit it on screen.
Let's discuss those parameters here.
The text was updated successfully, but these errors were encountered: