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

> you can initiate panning by holding down the Shift-key and dragging.

Interesting. OK, now that I know how, I can pan the SVG in Chrome, for SVG as a separate tab or SVG as an `<object>` embed. Works with `zoomAndPan="magnify"` and for no `zoomAndPan` attribute at all, disabled for `zoomAndPan="disable"`. (Not seeing an unknown value — unless that's from `zoomAndPan=""`?)

> The zoomAndPan attribute can also disable zoom (as performed by for instance Ctrl+'+' and Ctrl+'-')

Well, that is really buggy. The Chrome UI shows the current browser zoom level & lets me change it, but the rendering doesn't update from whatever zoom level I had set when I opened the SVG.

So, technically this is a (partial) implementation, but I'm not sure it's enough to save the feature.  I don't suppose you have any way of measuring usage of the UI, now that there's no SVGZoom/SVGScroll event triggered by the user-initiated action?

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

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