Re: [svgwg] Decide what to do with zoom and pan (#56)

> What do you mean by "controls", ... ? The scroll bars on the window? They don't seem to be tied in to the currentTranslate properties.

No, you can initiate panning by holding down the Shift-key and dragging. I refer to this as "controls" because it's pretty non-obvious that it's there. Panning perform like this is however reflected in `currentTranslate` and disabled by the `disable` value (or technically by not having the `magnify` value - I noticed that removing the attribute yields the "unknown" value which seems like a bug...).
The `zoomAndPan` attribute can also disable zoom (as performed by for instance Ctrl+'+' and Ctrl+'-'), but that is however not reflected in `currentScale` AFAIK.

-- 
GitHub Notification of comment by fsoder
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/56#issuecomment-504126885 using your GitHub account

Received on Thursday, 20 June 2019 18:08:41 UTC