<!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(227, 177);

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

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

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

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

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

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

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

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

context.lineTo(301, 272);
context.stroke();

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

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

context.lineTo(318, 292);
context.stroke();

context.lineTo(325, 301);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(233, 317);

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

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

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

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

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

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

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

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

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

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

context.lineTo(252, 98);
context.stroke();

context.lineTo(260, 93);
context.stroke();

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

context.lineTo(288, 82);
context.stroke();

context.lineTo(303, 80);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(308, 350);
context.stroke();

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

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

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

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

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

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

context.lineTo(213, 250);
context.stroke();
</script>
</body>
</html>