<!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(276, 108);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(199, 211);
context.stroke();

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

context.lineTo(185, 192);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(311, 180);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(337, 153);
context.stroke();

context.lineTo(337, 153);
context.stroke();
</script>
</body>
</html>