<!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(253, 152);

context.lineTo(252, 152);
context.stroke();

context.lineTo(252, 146);
context.stroke();

context.lineTo(252, 132);
context.stroke();

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

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

context.lineTo(273, 96);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(370, 137);
context.stroke();

context.lineTo(371, 143);
context.stroke();

context.lineTo(369, 152);
context.stroke();

context.lineTo(364, 163);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(220, 215);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(235, 140);
context.stroke();
</script>
</body>
</html>