Fix colors in animated boolean operations demo.

This commit is contained in:
Jürg Lehni 2015-09-18 23:00:47 +02:00
parent 081de1d12a
commit 18c5a06f45

View file

@ -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: