<!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(338, 171);

context.lineTo(338, 171);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(83, 88);

context.lineTo(83, 88);
context.stroke();

context.lineTo(83, 89);
context.stroke();

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

context.lineTo(87, 92);
context.stroke();

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

context.lineTo(93, 97);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(128, 227);
context.stroke();
</script>
</body>
</html>