<!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(119, 132);

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

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

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

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

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

context.lineTo(163, 145);
context.stroke();

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(185, 175);

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

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

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

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

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

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

context.lineTo(182, 191);
context.stroke();

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

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

context.lineTo(178, 200);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(161, 187);
context.stroke();

context.lineTo(161, 182);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(161, 164);
context.stroke();

context.lineTo(161, 163);
context.stroke();

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

context.lineTo(159, 161);
context.stroke();

context.lineTo(158, 159);
context.stroke();

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

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

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

context.lineTo(155, 158);
context.stroke();
</script>
</body>
</html>