<!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(275, 117);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(264, 269);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(465, 262);
context.stroke();

context.lineTo(465, 262);
context.stroke();

context.lineTo(465, 262);
context.stroke();
</script>
</body>
</html>