From 18c5a06f45076757f904fb71414d027eae5a737e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 18 Sep 2015 23:00:47 +0200 Subject: [PATCH] Fix colors in animated boolean operations demo. --- examples/Animated/BooleanOperations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: