<!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 = '#FFFFFF';
context.beginPath();
context.moveTo(178, 107);

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

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

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

context.lineTo(233, 134);
context.stroke();

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

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

context.lineTo(293, 169);
context.stroke();

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

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

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

context.lineTo(313, 188);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(320, 213);
context.stroke();

context.lineTo(320, 215);
context.stroke();

context.lineTo(320, 217);
context.stroke();

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

context.lineTo(320, 221);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(287, 228);
context.stroke();
</script>
</body>
</html>