<!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(83, 105);

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

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

context.lineTo(86, 119);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(81, 288);
context.stroke();

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

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

context.lineTo(77, 319);
context.stroke();

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

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

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

context.lineTo(71, 350);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(18, 225);

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(208, 229);
context.stroke();
</script>
</body>
</html>