<!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(330, 184);

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

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

context.lineTo(311, 188);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(185, 298);
context.stroke();

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

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

context.lineTo(198, 334);
context.stroke();

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

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

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

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

context.lineTo(284, 354);
context.stroke();

context.lineTo(311, 354);
context.stroke();

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

context.lineTo(368, 354);
context.stroke();

context.lineTo(393, 354);
context.stroke();

context.lineTo(420, 346);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(360, 255);
context.stroke();

context.lineTo(335, 251);
context.stroke();

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(99, 47, 118, 112);
</script>
</body>
</html>