mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<p>
|
||||||
An emulation of a vector pen tool.
|
An emulation of a vector pen tool.
|
||||||
Click and drag to add a points.<br/>
|
Click and drag to add a points.<br/>
|
||||||
Drag segment handles and points to manipulate them.
|
Drag segment handles and points to manipulate them.
|
||||||
Close the path to start a new one.
|
Close the path to start a new one.
|
||||||
|
</p>
|
||||||
<canvas id='canvas' resize='true'></canvas>
|
<canvas id='canvas' resize='true'></canvas>
|
||||||
</body>
|
</body>
|
Loading…
Reference in a new issue