<!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(357, 112);

context.lineTo(357, 113);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(41, 138);
context.stroke();

context.lineTo(11, 138);
context.stroke();

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

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

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

context.lineTo(2, 138);
context.stroke();

context.lineTo(3, 138);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(20, 138);
context.stroke();

context.lineTo(22, 138);
context.stroke();

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

context.lineTo(30, 140);
context.stroke();

context.lineTo(32, 140);
context.stroke();

context.lineTo(36, 140);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(67, 150);

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

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

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

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

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

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

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

context.lineTo(458, 216);
context.stroke();

context.lineTo(542, 227);
context.stroke();
</script>
</body>
</html>