<!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(259, 67);

context.lineTo(260, 68);
context.stroke();

context.lineTo(260, 71);
context.stroke();

context.lineTo(260, 77);
context.stroke();

context.lineTo(260, 84);
context.stroke();

context.lineTo(260, 90);
context.stroke();

context.lineTo(262, 99);
context.stroke();

context.lineTo(271, 119);
context.stroke();

context.lineTo(274, 123);
context.stroke();

context.lineTo(282, 143);
context.stroke();

context.lineTo(282, 143);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(319, 247);

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

context.lineTo(317, 247);
context.stroke();

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

context.lineTo(313, 253);
context.stroke();

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

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

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

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

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

context.lineTo(323, 289);
context.stroke();

context.lineTo(340, 292);
context.stroke();

context.lineTo(353, 292);
context.stroke();

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

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

context.lineTo(403, 281);
context.stroke();

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

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

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

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

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

context.lineTo(437, 183);
context.stroke();

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

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

context.lineTo(401, 123);
context.stroke();

context.lineTo(381, 120);
context.stroke();

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

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

context.lineTo(324, 171);
context.stroke();

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

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

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

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

context.lineTo(291, 214);
context.stroke();

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

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

context.lineTo(290, 214);
context.stroke();

context.lineTo(290, 214);
context.stroke();
</script>
</body>
</html>