<!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(136, 119);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(318, 252);
context.stroke();

context.lineTo(314, 260);
context.stroke();

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

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

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

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

context.lineTo(286, 296);
context.stroke();

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

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

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

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

context.lineTo(278, 298);
context.stroke();
</script>
</body>
</html>