mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-04 03:45:58 -05:00
Fix mistake in example code.
This commit is contained in:
parent
4b24690207
commit
0369f5aea9
1 changed files with 1 additions and 1 deletions
|
@ -1873,7 +1873,7 @@ var Item = this.Item = Base.extend(Callback, {
|
|||
* // A look at the different stroke caps:
|
||||
*
|
||||
* var line = new Path({
|
||||
* segments: [[80, 50], [420, 50],
|
||||
* segments: [[80, 50], [420, 50]],
|
||||
* strokeColor: 'black',
|
||||
* strokeWidth: 20,
|
||||
* selected: true
|
||||
|
|
Loading…
Reference in a new issue