<!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(286, 134);

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

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

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

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

context.lineTo(297, 180);
context.stroke();

context.lineTo(297, 180);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(197, 187);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(425, 186);
context.stroke();
</script>
</body>
</html>