<!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, 122);

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

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

context.lineTo(213, 124);
context.stroke();

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

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

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

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

context.lineTo(197, 186);
context.stroke();

context.lineTo(202, 205);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(275, 195);
context.stroke();

context.lineTo(278, 192);
context.stroke();

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

context.lineTo(285, 176);
context.stroke();

context.lineTo(285, 172);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(239, 145);
context.stroke();

context.lineTo(238, 145);
context.stroke();

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

context.lineTo(235, 144);
context.stroke();

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

context.lineTo(234, 144);
context.stroke();
</script>
</body>
</html>