This section contains the Scalable Vector Graphics (SVG) event reference documentation.
Topic | Description |
---|---|
onabort | Occurs when page loading is stopped before an element is loaded completely. |
onerror | Occurs when an element does not load properly or a script runs incorrectly. |
onload | Occurs when the browser has fully parsed the element and all of its descendants. |
onresize | Occurs when the document view is being resized. |
onscroll | Occurs when a document view is being moved along the x-axis, y-axis, or both axes. |
onunload | Occurs when a document is removed from a window or frame. |
onzoom | Occurs when the document zoom level or currentScale property changes. |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SVGEvent