<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Your Canvas</title>

<style type="text/css"><!--
#container { position: relative; }
#imageTemp { position: absolute; top: 1px; left: 1px; }
--></style>

</head>
<body>
<canvas id="imageView" width="600" height="500"></canvas>

<script type="text/javascript">
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(217, 136);

context.lineTo(217, 137);
context.stroke();

context.lineTo(218, 138);
context.stroke();

context.lineTo(220, 142);
context.stroke();

context.lineTo(222, 146);
context.stroke();

context.lineTo(225, 149);
context.stroke();

context.lineTo(227, 151);
context.stroke();

context.lineTo(228, 153);
context.stroke();

context.lineTo(229, 153);
context.stroke();

context.lineTo(230, 154);
context.stroke();

context.lineTo(231, 154);
context.stroke();

context.lineTo(232, 155);
context.stroke();

context.lineTo(233, 155);
context.stroke();

context.lineTo(234, 155);
context.stroke();

context.lineTo(234, 156);
context.stroke();

context.lineTo(234, 157);
context.stroke();

context.lineTo(234, 159);
context.stroke();

context.lineTo(233, 160);
context.stroke();

context.lineTo(232, 162);
context.stroke();

context.lineTo(231, 164);
context.stroke();

context.lineTo(230, 166);
context.stroke();

context.lineTo(229, 167);
context.stroke();

context.lineTo(228, 168);
context.stroke();

context.lineTo(227, 168);
context.stroke();

context.lineTo(226, 168);
context.stroke();

context.lineTo(225, 168);
context.stroke();

context.lineTo(223, 168);
context.stroke();

context.lineTo(222, 167);
context.stroke();

context.lineTo(221, 166);
context.stroke();

context.lineTo(220, 165);
context.stroke();

context.lineTo(220, 164);
context.stroke();

context.lineTo(218, 162);
context.stroke();

context.lineTo(217, 159);
context.stroke();

context.lineTo(216, 157);
context.stroke();

context.lineTo(216, 156);
context.stroke();

context.lineTo(216, 154);
context.stroke();

context.lineTo(215, 152);
context.stroke();

context.lineTo(215, 150);
context.stroke();

context.lineTo(215, 148);
context.stroke();

context.lineTo(215, 147);
context.stroke();

context.lineTo(216, 146);
context.stroke();

context.lineTo(217, 145);
context.stroke();
</script>
</body>
</html>