mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -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:
|
* // A look at the different stroke caps:
|
||||||
*
|
*
|
||||||
* var line = new Path({
|
* var line = new Path({
|
||||||
* segments: [[80, 50], [420, 50],
|
* segments: [[80, 50], [420, 50]],
|
||||||
* strokeColor: 'black',
|
* strokeColor: 'black',
|
||||||
* strokeWidth: 20,
|
* strokeWidth: 20,
|
||||||
* selected: true
|
* selected: true
|
||||||
|
|
Loading…
Reference in a new issue