<!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;
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(353, 36);

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

context.lineTo(356, 46);
context.stroke();

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

context.lineTo(362, 86);
context.stroke();

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

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

context.lineTo(300, 148);
context.stroke();

context.lineTo(276, 161);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(321, 276);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(374, 247);
context.stroke();

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

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

context.lineTo(378, 240);
context.stroke();
</script>
</body>
</html>