<!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 = '#FF19F0';
context.beginPath();
context.moveTo(52, 23);

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

context.lineTo(55, 34);
context.stroke();

context.lineTo(55, 39);
context.stroke();

context.lineTo(57, 45);
context.stroke();

context.lineTo(60, 50);
context.stroke();

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

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

context.lineTo(65, 61);
context.stroke();

context.lineTo(67, 63);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(209, 14);
context.stroke();

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

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

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

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

context.lineTo(78, 14);
context.stroke();

context.lineTo(68, 16);
context.stroke();

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

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

context.lineTo(52, 25);
context.stroke();

context.lineTo(52, 25);
context.stroke();

context.strokeStyle = '#1FFFCB';
context.strokeRect(144, 30, 256, 101);

context.strokeStyle = '#6B2BFF';
context.beginPath();
context.moveTo(201, 57);

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

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

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

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

context.lineTo(220, 43);
context.stroke();

context.lineTo(231, 43);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#6B2BFF';
context.beginPath();
context.moveTo(309, 63);

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

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

context.lineTo(332, 40);
context.stroke();

context.lineTo(352, 45);
context.stroke();

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

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

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

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

context.strokeStyle = '#6B2BFF';
context.beginPath();
context.moveTo(223, 69);

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

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

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

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

context.strokeStyle = '#6B2BFF';
context.beginPath();
context.moveTo(338, 64);

context.lineTo(347, 64);
context.stroke();

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

context.lineTo(352, 64);
context.stroke();

context.lineTo(352, 64);
context.stroke();

context.strokeStyle = '#6B2BFF';
context.beginPath();
context.moveTo(233, 86);

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

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

context.lineTo(303, 106);
context.stroke();

context.lineTo(325, 96);
context.stroke();

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

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

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

context.lineTo(333, 82);
context.stroke();
</script>
</body>
</html>