<!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(275, 107);

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

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

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

context.lineTo(281, 235);
context.stroke();

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

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

context.lineTo(284, 291);
context.stroke();

context.lineTo(284, 299);
context.stroke();

context.lineTo(284, 302);
context.stroke();

context.lineTo(284, 306);
context.stroke();

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

context.lineTo(284, 310);
context.stroke();

context.lineTo(284, 310);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(165, 202);

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

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

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

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

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

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

context.lineTo(268, 204);
context.stroke();

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

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

context.lineTo(329, 204);
context.stroke();

context.lineTo(347, 204);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(399, 206);
context.stroke();
</script>
</body>
</html>