summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/canvas/element/manual/the-canvas-state/canvas_state_restore_001-ref.htm
blob: aee610d2ec8a8e699d474ef940d2c2a3d52a01b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype HTML>
<html>
    <head>
        <title>HTML5 Canvas Test: restore() pops top entry in drawing state stack</title>
        <link rel="author" title="Microsoft" href="http://www.microsoft.com" />
    </head>
    <body>
        <p>Description: restore() pops the top entry in the drawing state stack.</p>
        <div><img src='/images/threecolors.png' alt='3 colors'></div>
    </body>
</html>