mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
StrokeBounds example: Fix arcTo() direction.
This commit is contained in:
parent
07d3cbb807
commit
ed5484e770
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
path.lineTo(230, 100);
|
||||
path.lineTo(250, 50);
|
||||
path.lineTo(280, 110);
|
||||
path.arcTo([250, 20]);
|
||||
path.arcTo([250, 20], false);
|
||||
path.rotate(-5);
|
||||
path.strokeWidth = 30;
|
||||
paths.push(path);
|
||||
|
|
Loading…
Reference in a new issue