<!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(355, 126);

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

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

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

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

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

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

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

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

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

context.lineTo(275, 158);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(378, 196);
context.stroke();

context.lineTo(382, 192);
context.stroke();

context.lineTo(385, 189);
context.stroke();

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

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

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

context.lineTo(387, 170);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(357, 121);
context.stroke();

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

context.lineTo(354, 118);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(351, 110);
context.stroke();
</script>
</body>
</html>