mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
BezierTool: wrap explanation text in a paragraph tag.
This commit is contained in:
parent
49510f78fc
commit
1311acea82
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
Loading…
Reference in a new issue