<!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(173, 136);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(229, 143);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(352, 141);
context.stroke();

context.lineTo(351, 133);
context.stroke();

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

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

context.lineTo(333, 111);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(246, 164);
context.stroke();
</script>
</body>
</html>