summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/canvas/element/manual/transformations/canvas_transformations_scale_001-ref.htm
blob: 1201bcca9f818ad678b8a7e363c30d11d6225168 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype HTML>
<html>
    <head>
        <title>HTML5 Canvas Test: scale() transformation</title>
        <link rel="author" title="Microsoft" href="http://www.microsoft.com" />
    </head>
    <body>
        <p>Description: The scale(x, y) method must add the scaling transformation described by the arguments to the transformation matrix.</p>
        <div><img alt='black rectangle' src="/images/black-rectangle.png"></div>
    </body>
</html>