<html>
    <head>
        <script>
            o1 = document.createElement("canvas");
            o1.setAttribute("width", "100000");
            o2 = o1.getContext("2d");
            o2.bezierCurveTo(64, 1, 1, 1, 1, 1);
        </script>
    </head>
</html>