<!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(267, 126);

context.lineTo(267, 126);
context.stroke();

context.lineTo(267, 126);
context.stroke();

context.lineTo(267, 126);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(266, 126);

context.lineTo(267, 126);
context.stroke();

context.lineTo(272, 129);
context.stroke();

context.lineTo(286, 140);
context.stroke();

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

context.lineTo(331, 163);
context.stroke();

context.lineTo(356, 173);
context.stroke();

context.lineTo(383, 185);
context.stroke();

context.lineTo(429, 200);
context.stroke();

context.lineTo(443, 204);
context.stroke();

context.lineTo(459, 207);
context.stroke();

context.lineTo(462, 208);
context.stroke();

context.lineTo(465, 208);
context.stroke();

context.lineTo(465, 208);
context.stroke();

context.lineTo(465, 211);
context.stroke();

context.lineTo(444, 237);
context.stroke();

context.lineTo(426, 254);
context.stroke();

context.lineTo(380, 287);
context.stroke();

context.lineTo(347, 311);
context.stroke();

context.lineTo(319, 330);
context.stroke();

context.lineTo(299, 344);
context.stroke();

context.lineTo(284, 357);
context.stroke();

context.lineTo(277, 364);
context.stroke();

context.lineTo(272, 369);
context.stroke();

context.lineTo(269, 373);
context.stroke();

context.lineTo(267, 375);
context.stroke();

context.lineTo(266, 376);
context.stroke();

context.lineTo(266, 370);
context.stroke();

context.lineTo(251, 308);
context.stroke();

context.lineTo(240, 270);
context.stroke();

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

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

context.lineTo(211, 182);
context.stroke();

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

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

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

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

context.lineTo(207, 155);
context.stroke();
</script>
</body>
</html>