<!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(78, 126);

context.lineTo(83, 127);
context.stroke();

context.lineTo(103, 131);
context.stroke();

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

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

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

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

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

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

context.lineTo(304, 151);
context.stroke();

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

context.lineTo(309, 152);
context.stroke();

context.lineTo(309, 152);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(191, 121);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(246, 119);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(253, 149);
context.stroke();

context.lineTo(253, 150);
context.stroke();

context.lineTo(253, 150);
context.stroke();
</script>
</body>
</html>