<!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(121, 161);

context.lineTo(121, 161);
context.stroke();

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

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

context.lineTo(95, 174);
context.stroke();

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

context.lineTo(81, 188);
context.stroke();

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

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

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

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

context.lineTo(104, 255);
context.stroke();

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(249, 172);

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

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

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

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

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

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

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

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

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

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

context.lineTo(378, 190);
context.stroke();

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

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

context.lineTo(354, 242);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(262, 304);
context.stroke();
</script>
</body>
</html>