tenfourfox/testing/web-platform/tests/2dcontext/transformations/canvas_transformations_scale_001-ref.htm
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
447 B
HTML

<!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>