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);