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

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

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

context.lineTo(89, 128);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(367, 62);

context.lineTo(359, 65);
context.stroke();

context.lineTo(349, 73);
context.stroke();

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

context.lineTo(321, 97);
context.stroke();

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

context.lineTo(283, 130);
context.stroke();

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

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

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

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

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

context.lineTo(189, 219);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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