<!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(155, 115);

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(359, 186);

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

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

context.lineTo(372, 193);
context.stroke();

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

context.lineTo(388, 211);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(463, 221);
context.stroke();

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

context.lineTo(448, 210);
context.stroke();

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

context.lineTo(411, 201);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(327, 257);
context.stroke();

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

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

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

context.lineTo(415, 320);
context.stroke();

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

context.lineTo(426, 323);
context.stroke();
</script>
</body>
</html>