Make PhyllotaxisRaster example work with new #matrix code.

This commit is contained in:
Jürg Lehni 2011-12-27 20:40:59 +01:00
parent 597a59e90c
commit f427f369a1

View file

@ -81,6 +81,7 @@
group.position += delta;
// Rotate the group of paths by 1 degree:
group.rotate(1);
group.apply();
// Rotate each path in the group by 2 degrees:
for (var i = 0, l = group.children.length; i < l; i++) {
group.children[i].rotate(2);