|
Name
|
Description
|
|
OnAddStyle
|
Occurs when a style is added to the document
|
|
OnDrawing
|
Occurs just before a SVG element is drawn
|
|
OnDrawn
|
Occurs just after a SVG element is drawn
|
|
OnParsedNode
|
Occurs just after a SVG element's children are parsed by the RSCL. This event occurs when a SVG element and all of its children are loaded and parsed
|
|
OnParsingNode
|
Occurs just before a SVG element's children are parsed by the RSCL. This event occurs when a SVG element has been parsed for its own attributes but before any of its children are loaded and parsed
|
|
OnRemoveStyle
|
Occurs when a style is extracted or removed from the document
|