<!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, 124);

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(346, 165);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(269, 262);
context.stroke();

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

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

context.lineTo(294, 320);
context.stroke();

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

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

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

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

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

context.lineTo(382, 295);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(294, 289);
context.stroke();

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

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

context.lineTo(264, 301);
context.stroke();

context.lineTo(255, 301);
context.stroke();

context.lineTo(249, 301);
context.stroke();

context.lineTo(238, 301);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(273, 128);
context.stroke();
</script>
</body>
</html>