diff --git a/examples/Scripts/Chain.html b/examples/Paperjs.org/Chain.html similarity index 100% rename from examples/Scripts/Chain.html rename to examples/Paperjs.org/Chain.html diff --git a/examples/Rasters/DivisionRaster.html b/examples/Paperjs.org/DivisionRaster.html similarity index 100% rename from examples/Rasters/DivisionRaster.html rename to examples/Paperjs.org/DivisionRaster.html diff --git a/examples/Animated/FutureSplash.html b/examples/Paperjs.org/FutureSplash.html similarity index 98% rename from examples/Animated/FutureSplash.html rename to examples/Paperjs.org/FutureSplash.html index 9ac66a75..fe004a21 100644 --- a/examples/Animated/FutureSplash.html +++ b/examples/Paperjs.org/FutureSplash.html @@ -46,10 +46,11 @@ }); function createPath(strength) { - var path = new Path(); + var path = new Path({ + fillColor: 'black' + }); path.data = {}; path.data.springs = []; - path.fillColor = 'black'; segments = path.segments; var previous; for (var i = 0; i <= values.amount; i++) { diff --git a/examples/Tools/MetaBalls.html b/examples/Paperjs.org/MetaBalls.html similarity index 100% rename from examples/Tools/MetaBalls.html rename to examples/Paperjs.org/MetaBalls.html diff --git a/examples/Animated/RadialRainbows.html b/examples/Paperjs.org/RadialRainbows.html similarity index 100% rename from examples/Animated/RadialRainbows.html rename to examples/Paperjs.org/RadialRainbows.html diff --git a/examples/Animated/RoundedRectangles.html b/examples/Paperjs.org/RoundedRectangles.html similarity index 100% rename from examples/Animated/RoundedRectangles.html rename to examples/Paperjs.org/RoundedRectangles.html diff --git a/examples/Tools/Simplify.html b/examples/Paperjs.org/Simplify.html similarity index 100% rename from examples/Tools/Simplify.html rename to examples/Paperjs.org/Simplify.html diff --git a/examples/Rasters/SpiralRaster.html b/examples/Paperjs.org/SpiralRaster.html similarity index 100% rename from examples/Rasters/SpiralRaster.html rename to examples/Paperjs.org/SpiralRaster.html