Jonathan Puckey
b124d23078
Move examples which are featured on paperjs.org website to Paperjs.org folder.
2013-03-02 20:54:52 +01:00
Jürg Lehni
58fad6ed72
Switch from Gradient#type to separate LinearGradient / RadialGradient classes.
...
But remain backward compatible through direct calls to Gradient constructor.
2013-03-01 17:39:36 -08:00
Jonathan Puckey
e1bb0a23e7
Fix RadialRainbows example.
...
The example stopped working, because we were changing values on another gradient colour object than the one used by the path: the color is cloned when passed to path.fillColor
2012-11-22 20:59:09 +01:00
Jürg Lehni
42d0e722db
Rename RGBColor -> RgbColor, to avoid clash with native constructor, and follow same naming convention for HsbColor and HslColor, but keep references to old names for PaperScript scopes for now.
2011-11-10 19:16:34 +01:00
Jürg Lehni
5655981f6d
Clean up white spaces.
2011-07-07 16:09:02 +02:00
Richard D. Worth
45f8c7cd1a
Examples: Added more descriptive titles to each example html page
2011-06-30 09:57:17 -04:00
Jonathan Puckey
a26a292783
Don't use keepAlive option in examples.
2011-06-29 13:44:06 +02:00
Jonathan Puckey
c622d1419a
Improve RadialRainbows example.
2011-06-29 13:30:04 +02:00
Jürg Lehni
909bb6310f
Shorten RadialRainbows.
2011-06-20 22:54:45 +01:00
Jonathan Puckey
ac310ecc04
Fix RadialRainbows example.
2011-06-20 23:20:39 +02:00
Jürg Lehni
4d12cb87fc
Switch from "out" folder for built library to "dist".
2011-06-12 19:03:18 +01:00
Jürg Lehni
5e4192198b
Change all examples to load the latest compiled library from out/paper.js.
2011-06-12 18:42:12 +01:00
Jonathan Puckey
43f92dd70a
Examples: close html tag.
2011-05-31 00:27:39 +02:00
Jürg Lehni
08c03192b6
Fix examples to use view.bounds/size/center instead of document.bounds/size.
2011-05-16 12:51:20 +01:00
Jürg Lehni
3feb45addc
Add keepalive attribute to canvas to tag that controls wether it animates in background in emulated requestAnimationFrame() function, and use it in all example files.
2011-05-14 13:04:02 +03:00
Jürg Lehni
926fffee4a
Rename Event -> DomEvent and Element -> DomElement, to be more specific and not clash with other classes, e.g. a future base class for ToolEvent and KeyEvent.
2011-05-08 10:16:11 +01:00
Jonathan Puckey
d2de9c29d7
RadialRainbows.html example: use onFrame instead of setInterval and fix a bug in the window resizing code.
2011-05-07 13:58:22 +01:00
Jonathan Puckey
59a776f58d
Examples: resize='true' -> resize.
2011-05-05 20:08:13 +01:00
Jonathan Puckey
49510f78fc
Adjust examples to work nicely when the browser window is resized.
2011-05-05 18:40:10 +01:00
Jonathan Puckey
077dc58222
Make all examples resize to the size of the browser window.
2011-05-05 16:25:17 +01:00
Jürg Lehni
52a73e86ce
Clean up code (for() -> for ()).
2011-05-03 08:54:13 +01:00
Jonathan Puckey
277cf541de
Small simplification in RadialRainbows example.
2011-04-07 17:05:25 +02:00
Jonathan Puckey
e76b6db5c0
Update RadialRainbows example to use the new changes in Gradient.
2011-04-07 17:02:46 +02:00
Jonathan Puckey
1ae89049ed
Make the RadialRainbows example interaction smoother.
2011-03-09 17:08:20 +01:00
Jürg Lehni
34a6c7871c
Clean-up loading code.
2011-03-08 01:07:26 +00:00
Jürg Lehni
4680283ce7
Simply use document.write() for script loading, as load.js seems not ready for primetime yet (it magically half-broke QUnit on Safari).
2011-03-08 00:58:47 +00:00
Jürg Lehni
798bcd709a
Since Firefox does not seem to support the <base> tag for script loading, roll our own solution through the load.js calls.
2011-03-07 23:11:41 +00:00
Jürg Lehni
e32549aaf2
Switch to using load.js for loading the various parts of the library during development.
2011-03-07 18:36:42 +00:00
Jonathan Puckey
8bfa4e6073
Update RadialRainbows example to use Color#hue.
2011-03-07 16:07:30 +01:00
Jonathan Puckey
78e6633804
Add missing BlendMode dependency to examples.
2011-03-06 15:47:55 +01:00
Jonathan Puckey
0faab51a9f
Add missing CanvasProvider.js dependency to Examples.
2011-03-06 15:10:35 +01:00
Jürg Lehni
3e4c49cb44
Make sure Events.js gets loaded in all examples.
2011-03-05 00:02:25 +00:00
Jonathan Puckey
bb5bfe1fb1
Examples: change mouse handlers to PaperScript.
2011-03-04 12:44:02 +01:00
Jonathan Puckey
e1a6c4f3d0
Update examples to PaperScript.
2011-03-04 12:38:38 +01:00
Jürg Lehni
7e52355f93
Rename Doc -> Document since paper code is namespaced now and does not clash with global Document prototype.
2011-03-03 17:23:27 +00:00
Jürg Lehni
a543801598
Rename Bootstrap.js file to lowercase bootstrap.js.
2011-03-03 16:56:31 +00:00
Jonathan Puckey
02943c4190
Add missing CanvasProvider.js dependency to Examples.
2011-03-03 17:04:14 +01:00
Jürg Lehni
07fcc000cf
Move the new refactored CanvasDraw functionality to static Item.draw() and #draw() instance methods on each prototype.
2011-03-03 12:19:43 +00:00
Jonathan Puckey
83df699975
Update dependencies of examples.
2011-03-03 02:27:46 +01:00
Jürg Lehni
fd4b7b76ae
Include DocumentView.js in all examples and tests.
2011-03-02 16:18:32 +00:00
Jürg Lehni
86a74ca0ef
Update doc-type to HTML5.
2011-02-21 14:31:26 +01:00
Jonathan Puckey
357a8af6ec
Clean up white spaces.
2011-02-21 03:32:39 +01:00
Jonathan Puckey
e772038727
Update examples.
2011-02-20 23:28:38 +01:00
Jonathan Puckey
a41a762237
Add example of radial gradients.
2011-02-19 22:52:27 +01:00