unsuspendRedrawAll method
Cancels all currently active suspensions of redrawing operations.
![]() ![]() |
Syntax
var retval = SVGSVGElement.unsuspendRedrawAll();Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.2
Remarks
Typically, you should call the unsuspendRedrawAll method as the last call of a set of SVG DOM calls to make sure that all pending suspendRedraw method calls are canceled.
See also
Show:

