зеркало из https://github.com/mozilla/gecko-dev.git
21 строка
425 B
HTML
21 строка
425 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
|
|
function boom()
|
|
{
|
|
var canvas = document.createElement('canvas');
|
|
var ctx = canvas.getContext('2d');
|
|
var path=new Path2D();
|
|
path.bezierCurveTo(436,Number.MIN_VALUE,620,Number.MAX_SAFE_INTEGER,1,83);
|
|
ctx.setTransform(1,Number.MAX_SAFE_INTEGER,1,0,1,146.0);
|
|
ctx.scale(16777218,55);
|
|
ctx.stroke(path);
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
<body onload="boom();"></body>
|
|
</html>
|