<!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(468, 65);

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

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

context.lineTo(459, 68);
context.stroke();

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

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

context.lineTo(392, 125);
context.stroke();

context.lineTo(365, 153);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(265, 241);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(179, 147);
context.stroke();

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

context.lineTo(179, 142);
context.stroke();

context.lineTo(179, 142);
context.stroke();
</script>
</body>
</html>