mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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)';
|
text.content = 'ring.' + operation + '(square)';
|
||||||
}
|
}
|
||||||
result.selected = true;
|
result.selected = true;
|
||||||
result.fillColor = colors[curIndex % operations.length];
|
result.fillColor = colors[curIndex % colors.length];
|
||||||
result.moveBelow(text);
|
result.moveBelow(text);
|
||||||
|
|
||||||
// If the result is a group, color each of its children differently:
|
// If the result is a group, color each of its children differently:
|
||||||
|
|
Loading…
Reference in a new issue