BezierTool example: small adjustment to instructions.

This commit is contained in:
Jonathan Puckey 2011-04-18 15:42:41 +02:00
parent 8da6e7b883
commit 25b7219536

View file

@ -79,8 +79,8 @@
</head>
<body>
An emulation of a vector pen tool.
Click and drag to add a point.<br/>
Click on segment handles and points to manipulate them.
Click and drag to add a points.<br/>
Drag segment handles and points to manipulate them.
Close the path to start a new one.
<canvas id='canvas' width=1024 height=768></canvas>
</body>