1 2 3 4 5
<script> var canvas = document.createElement("canvas"); var context = canvas.getContext("2d"); context.fillText("", 0, 0); </script>