<!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(134, 90);
context.lineTo(134, 90);
context.stroke();
context.lineTo(138, 94);
context.stroke();
context.lineTo(146, 99);
context.stroke();
context.lineTo(161, 105);
context.stroke();
context.lineTo(179, 107);
context.stroke();
context.lineTo(199, 107);
context.stroke();
context.lineTo(223, 105);
context.stroke();
context.lineTo(245, 93);
context.stroke();
context.lineTo(265, 78);
context.stroke();
context.lineTo(276, 67);
context.stroke();
context.lineTo(287, 55);
context.stroke();
context.lineTo(292, 49);
context.stroke();
context.lineTo(295, 45);
context.stroke();
context.lineTo(296, 43);
context.stroke();
context.lineTo(297, 42);
context.stroke();
context.lineTo(297, 42);
context.stroke();
context.lineTo(297, 43);
context.stroke();
context.lineTo(297, 47);
context.stroke();
context.lineTo(297, 55);
context.stroke();
context.lineTo(298, 67);
context.stroke();
context.lineTo(298, 82);
context.stroke();
context.lineTo(298, 97);
context.stroke();
context.lineTo(298, 113);
context.stroke();
context.lineTo(297, 129);
context.stroke();
context.lineTo(296, 147);
context.stroke();
context.lineTo(296, 163);
context.stroke();
context.lineTo(297, 178);
context.stroke();
context.lineTo(304, 197);
context.stroke();
context.lineTo(312, 208);
context.stroke();
context.lineTo(320, 217);
context.stroke();
context.lineTo(325, 222);
context.stroke();
context.lineTo(330, 226);
context.stroke();
context.lineTo(333, 229);
context.stroke();
context.lineTo(334, 230);
context.stroke();
context.lineTo(334, 231);
context.stroke();
context.lineTo(335, 231);
context.stroke();
context.lineTo(340, 231);
context.stroke();
context.lineTo(350, 232);
context.stroke();
context.lineTo(363, 227);
context.stroke();
context.lineTo(380, 214);
context.stroke();
context.lineTo(398, 194);
context.stroke();
context.lineTo(418, 170);
context.stroke();
context.lineTo(433, 146);
context.stroke();
context.lineTo(442, 130);
context.stroke();
context.lineTo(450, 113);
context.stroke();
context.lineTo(454, 104);
context.stroke();
context.lineTo(456, 95);
context.stroke();
context.lineTo(457, 91);
context.stroke();
context.lineTo(457, 89);
context.stroke();
context.lineTo(457, 88);
context.stroke();
context.lineTo(457, 88);
context.stroke();
context.lineTo(457, 88);
context.stroke();
</script>
</body>
</html>