diff --git a/examples/Animated/BooleanOperations.html b/examples/Animated/BooleanOperations.html index 9c271a99..83fd01c0 100644 --- a/examples/Animated/BooleanOperations.html +++ b/examples/Animated/BooleanOperations.html @@ -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: