<!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(34, 52);
context.lineTo(50, 49);
context.stroke();
context.lineTo(131, 29);
context.stroke();
context.lineTo(161, 21);
context.stroke();
context.lineTo(165, 20);
context.stroke();
context.lineTo(181, 19);
context.stroke();
context.lineTo(183, 20);
context.stroke();
context.lineTo(185, 21);
context.stroke();
context.lineTo(186, 25);
context.stroke();
context.lineTo(185, 33);
context.stroke();
context.lineTo(161, 71);
context.stroke();
context.lineTo(144, 92);
context.stroke();
context.lineTo(118, 122);
context.stroke();
context.lineTo(109, 130);
context.stroke();
context.lineTo(102, 138);
context.stroke();
context.lineTo(100, 141);
context.stroke();
context.lineTo(97, 146);
context.stroke();
context.lineTo(96, 150);
context.stroke();
context.lineTo(96, 153);
context.stroke();
context.lineTo(96, 154);
context.stroke();
context.lineTo(104, 157);
context.stroke();
context.lineTo(109, 156);
context.stroke();
context.lineTo(142, 143);
context.stroke();
context.lineTo(149, 139);
context.stroke();
context.lineTo(156, 136);
context.stroke();
context.lineTo(157, 136);
context.stroke();
context.lineTo(157, 136);
context.stroke();
context.lineTo(157, 140);
context.stroke();
context.lineTo(157, 144);
context.stroke();
context.lineTo(157, 152);
context.stroke();
context.lineTo(157, 158);
context.stroke();
context.lineTo(160, 160);
context.stroke();
context.lineTo(164, 162);
context.stroke();
context.lineTo(167, 163);
context.stroke();
context.lineTo(173, 164);
context.stroke();
context.lineTo(181, 164);
context.stroke();
context.lineTo(184, 164);
context.stroke();
context.lineTo(186, 163);
context.stroke();
context.lineTo(188, 162);
context.stroke();
context.lineTo(190, 161);
context.stroke();
context.lineTo(193, 158);
context.stroke();
context.lineTo(197, 156);
context.stroke();
context.lineTo(199, 154);
context.stroke();
context.lineTo(201, 154);
context.stroke();
context.lineTo(203, 154);
context.stroke();
context.lineTo(205, 154);
context.stroke();
context.lineTo(205, 154);
context.stroke();
context.lineTo(206, 154);
context.stroke();
context.lineTo(207, 154);
context.stroke();
context.lineTo(208, 154);
context.stroke();
context.lineTo(208, 154);
context.stroke();
</script>
</body>
</html>