<!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(114, 203);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(154, 374);

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

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

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

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

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

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

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

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

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

context.lineTo(302, 364);
context.stroke();

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

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

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

context.lineTo(316, 393);
context.stroke();

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

context.lineTo(326, 395);
context.stroke();

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

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

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

context.lineTo(355, 387);
context.stroke();
</script>
</body>
</html>