Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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