<!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(360, 156);

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

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

context.lineTo(329, 165);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(367, 267);
context.stroke();

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

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

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

context.lineTo(397, 267);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(417, 265);
context.stroke();
</script>
</body>
</html>