mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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();
|
||||
path.selected = true;
|
||||
path.strokeColor = 'black';
|
||||
path.strokeCap = 'butt';
|
||||
path.strokeJoin = 'round';
|
||||
|
|
Loading…
Reference in a new issue