mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Fix colors in animated boolean operations demo.
This commit is contained in:
parent
081de1d12a
commit
18c5a06f45
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
text.content = 'ring.' + operation + '(square)';
|
||||
}
|
||||
result.selected = true;
|
||||
result.fillColor = colors[curIndex % operations.length];
|
||||
result.fillColor = colors[curIndex % colors.length];
|
||||
result.moveBelow(text);
|
||||
|
||||
// If the result is a group, color each of its children differently:
|
||||
|
|
Loading…
Reference in a new issue