BezierTool: wrap explanation text in a paragraph tag.

This commit is contained in:
Jonathan Puckey 2011-05-05 18:44:03 +01:00
parent 49510f78fc
commit 1311acea82

View file

@ -75,9 +75,11 @@
</script>
</head>
<body>
<p>
An emulation of a vector pen tool.
Click and drag to add a points.<br/>
Drag segment handles and points to manipulate them.
Close the path to start a new one.
</p>
<canvas id='canvas' resize='true'></canvas>
</body>