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

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

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

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

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

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

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

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

context.lineTo(188, 99);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(265, 53);

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

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

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

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

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

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

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

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

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

context.lineTo(232, 101);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(180, 179);
context.stroke();
</script>
</body>
</html>