August 2006
Intermediate to advanced
1018 pages
34h 13m
English
CanvasRenderingContext2D.restore( ): reset drawing state to saved values
void restore( )
This method pops the stack of saved graphics states and
restores the values of the CanvasRenderingContext2D properties, the
clipping path, and the transformation matrix. See the save( ) method for further
information.
Firefox 1.5 does not correctly save and restore the strokeStyle property.
CanvasRenderingContext2D.save(
)
Read now
Unlock full access