<!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(263, 64);

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

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

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

context.lineTo(282, 69);
context.stroke();

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

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

context.lineTo(320, 87);
context.stroke();

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

context.lineTo(342, 109);
context.stroke();

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

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

context.lineTo(344, 149);
context.stroke();

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

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

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

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

context.lineTo(316, 178);
context.stroke();

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

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

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

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

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

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

context.lineTo(316, 181);
context.stroke();

context.lineTo(316, 181);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(361, 104);

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

context.lineTo(359, 105);
context.stroke();

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

context.lineTo(336, 119);
context.stroke();

context.lineTo(315, 131);
context.stroke();

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

context.lineTo(280, 155);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(344, 224);
context.stroke();
</script>
</body>
</html>