<!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(197, 67);

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

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

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

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

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

context.lineTo(234, 56);
context.stroke();

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

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

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

context.lineTo(254, 54);
context.stroke();

context.lineTo(257, 54);
context.stroke();

context.lineTo(259, 55);
context.stroke();

context.lineTo(260, 55);
context.stroke();

context.lineTo(261, 55);
context.stroke();

context.lineTo(262, 55);
context.stroke();

context.lineTo(262, 55);
context.stroke();

context.lineTo(263, 56);
context.stroke();

context.lineTo(264, 56);
context.stroke();

context.lineTo(264, 56);
context.stroke();

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

context.lineTo(266, 57);
context.stroke();

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

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

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

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

context.lineTo(271, 61);
context.stroke();

context.lineTo(271, 61);
context.stroke();

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

context.lineTo(273, 62);
context.stroke();

context.lineTo(273, 62);
context.stroke();

context.lineTo(274, 63);
context.stroke();

context.lineTo(274, 64);
context.stroke();

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

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

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

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

context.lineTo(279, 76);
context.stroke();

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

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

context.lineTo(280, 90);
context.stroke();

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

context.lineTo(280, 100);
context.stroke();

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

context.lineTo(280, 103);
context.stroke();
</script>
</body>
</html>