From f427f369a11219e61c420e96cfe290e3aea23ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 27 Dec 2011 20:40:59 +0100 Subject: [PATCH] Make PhyllotaxisRaster example work with new #matrix code. --- examples/Rasters/PhyllotaxisRaster.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Rasters/PhyllotaxisRaster.html b/examples/Rasters/PhyllotaxisRaster.html index 00a2dc7e..f6a133c5 100644 --- a/examples/Rasters/PhyllotaxisRaster.html +++ b/examples/Rasters/PhyllotaxisRaster.html @@ -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);