<!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(133, 103);

context.lineTo(143, 110);
context.stroke();

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

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

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

context.lineTo(219, 153);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(368, 211);
context.stroke();

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

context.lineTo(376, 214);
context.stroke();

context.lineTo(379, 214);
context.stroke();

context.lineTo(380, 215);
context.stroke();

context.lineTo(381, 217);
context.stroke();

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

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

context.lineTo(391, 219);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(279, 109);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(445, 110);
context.stroke();

context.lineTo(465, 113);
context.stroke();

context.lineTo(504, 121);
context.stroke();

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

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

context.lineTo(523, 125);
context.stroke();
</script>
</body>
</html>