<!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(204, 108);
context.lineTo(204, 109);
context.stroke();
context.lineTo(204, 110);
context.stroke();
context.lineTo(204, 111);
context.stroke();
context.lineTo(204, 114);
context.stroke();
context.lineTo(205, 114);
context.stroke();
context.lineTo(206, 114);
context.stroke();
context.lineTo(209, 113);
context.stroke();
context.lineTo(210, 113);
context.stroke();
context.lineTo(222, 105);
context.stroke();
context.lineTo(241, 95);
context.stroke();
context.lineTo(260, 88);
context.stroke();
context.lineTo(282, 86);
context.stroke();
context.lineTo(299, 86);
context.stroke();
context.lineTo(309, 86);
context.stroke();
context.lineTo(313, 89);
context.stroke();
context.lineTo(319, 97);
context.stroke();
context.lineTo(321, 110);
context.stroke();
context.lineTo(326, 127);
context.stroke();
context.lineTo(327, 146);
context.stroke();
context.lineTo(327, 173);
context.stroke();
context.lineTo(322, 186);
context.stroke();
context.lineTo(313, 198);
context.stroke();
context.lineTo(299, 206);
context.stroke();
context.lineTo(291, 211);
context.stroke();
context.lineTo(290, 214);
context.stroke();
context.lineTo(289, 217);
context.stroke();
context.lineTo(289, 221);
context.stroke();
context.lineTo(296, 234);
context.stroke();
context.lineTo(314, 259);
context.stroke();
context.lineTo(340, 287);
context.stroke();
context.lineTo(370, 314);
context.stroke();
context.lineTo(407, 334);
context.stroke();
context.lineTo(443, 346);
context.stroke();
context.lineTo(478, 349);
context.stroke();
context.lineTo(519, 346);
context.stroke();
context.lineTo(537, 337);
context.stroke();
context.lineTo(547, 326);
context.stroke();
context.lineTo(553, 315);
context.stroke();
context.lineTo(554, 308);
context.stroke();
context.lineTo(554, 301);
context.stroke();
context.lineTo(554, 298);
context.stroke();
context.lineTo(554, 298);
context.stroke();
</script>
</body>
</html>