This section contains the Scalable Vector Graphics (SVG) event reference documentation.
In this section
| 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. |