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

Hmm...  I just ran some tests and browser support is better than I was expecting based on previous comments.

https://jsfiddle.net/b0dp64fh/4/

As it turns out, IE11 is the champion in this competition!

**Firefox**

:x: The properties (`currentScale` and `currentTranslate`) are there, but manipulating them does nothing.  No matter what `zoomAndPan` is set to.

**Chrome**

:heavy_check_mark: Manipulating the properties works.
:x: The SVGZoom event is not fired.
:x: Seems to ignore the zoomAndPan attribute.

**IE11**

:heavy_check_mark: Manipulating the properties works.
:heavy_check_mark: The SVGZoom event is correctly fired.
:x: Seems to ignore the zoomAndPan attribute.

**Edge**

:wavy_dash: Manipulating `currentScale` works, but `currentTranslate` isn't quite correct.
:heavy_check_mark: The SVGZoom event is correctly fired.
:x: Seems to ignore the zoomAndPan attribute.

**Safari**

:wavy_dash: Manipulating `currentTranslate` works, but `currentScale` seems to be ignored.
:x: The SVGZoom event is not fired.
:x: Seems to ignore the zoomAndPan attribute.







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

Received on Tuesday, 4 June 2019 18:16:28 UTC