-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove SVGZoomEvent? #283
Comments
Are Safari, Firefox, and Edge removing it too? |
Dunno. @erikdahlstrom? |
I'm not involved with either of these products, so can't speak for their respective intents. The wg discussion describe the issues around SVGZoomEvent fairly well. All ways of zooming in current browsers lead to no dispatching of this event AFAIK, possibly with exception of javascript setting SVGSVGElement.currentScale. |
foolip
added a commit
that referenced
this issue
Sep 1, 2016
SVGZoomEvent has been removed from SVG and from Chromium: w3c/svgwg#21 https://crbug.com/367890 Fixes #283.
foolip
added a commit
that referenced
this issue
Nov 9, 2016
SVGZoomEvent has been removed from SVG and from Chromium: w3c/svgwg#21 https://crbug.com/367890 Fixes #283.
annevk
pushed a commit
that referenced
this issue
Nov 10, 2016
SVGZoomEvent has been removed from SVG and from Chromium: * w3c/svgwg#21 * https://crbug.com/367890 Fixes #283.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per w3c/svgwg@3844475
The text was updated successfully, but these errors were encountered: