====== Canvas Element ====== ===== save() ===== Pushes the current context settings onto the stack. ctx.save(); ===== restore() ===== Pops and restores the most recently saved context settings from the stack. This will undo any changes made to the drawing context since the last call to ''save()''. ctx.restore(); ====== Links ====== * [[http://platform.html5.org/|The Web platform: Browser technologies]] * [[http://caniuse.com/|When can I use...]] * [[http://html5please.com/|HTML5 Please]] * [[https://developer.mozilla.org/|Mozilla Developer Network]]