mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
strokeBounds example: select one path, to show how it is constructed.
This commit is contained in:
parent
be9f312110
commit
f8548ca6d4
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
var path = makePath();
|
var path = makePath();
|
||||||
|
path.selected = true;
|
||||||
path.strokeColor = 'black';
|
path.strokeColor = 'black';
|
||||||
path.strokeCap = 'butt';
|
path.strokeCap = 'butt';
|
||||||
path.strokeJoin = 'round';
|
path.strokeJoin = 'round';
|
||||||
|
|
Loading…
Reference in a new issue