<!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(219, 125);

context.lineTo(222, 135);
context.stroke();

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

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

context.lineTo(254, 207);
context.stroke();

context.lineTo(266, 226);
context.stroke();

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

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

context.lineTo(279, 242);
context.stroke();

context.lineTo(280, 242);
context.stroke();

context.lineTo(280, 242);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(226, 123);

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

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

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

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

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

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

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

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

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

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

context.lineTo(351, 144);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(335, 226);
context.stroke();

context.lineTo(333, 227);
context.stroke();

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

context.lineTo(322, 230);
context.stroke();

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

context.lineTo(296, 239);
context.stroke();

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

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

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

context.lineTo(286, 245);
context.stroke();

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

context.lineTo(282, 245);
context.stroke();

context.lineTo(282, 245);
context.stroke();
</script>
</body>
</html>