<!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(305, 98);

context.lineTo(305, 98);
context.stroke();

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

context.lineTo(311, 101);
context.stroke();

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

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

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

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

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

context.lineTo(346, 116);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(366, 134);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(366, 150);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(364, 156);
context.stroke();
</script>
</body>
</html>