Jonathan Puckey
|
d83c76227d
|
Add Spiral Raster example.
|
2011-07-05 18:35:57 +02:00 |
|
Jonathan Puckey
|
458b03ff43
|
Move Raster related examples to examples/Rasters
|
2011-07-05 18:28:21 +02:00 |
|
Jürg Lehni
|
189e15b1e8
|
Remove console logging.
|
2011-07-01 12:56:30 +02:00 |
|
Jürg Lehni
|
9fa51a0457
|
Implement Item#controlBounds and Path#controlBounds, and test it in StrokeBounds example. This is a first step towards fast hit-testing.
|
2011-07-01 12:51:18 +02:00 |
|
Jürg Lehni
|
93518c07dc
|
Merge branch 'master' of github.com:paperjs/paper.js
|
2011-07-01 11:04:53 +02:00 |
|
Jürg Lehni
|
81dd35d3fb
|
Merge pull request #11 from rdworth/examples_title
Examples: Added more descriptive titles to each example html page
|
2011-07-01 01:59:03 -07:00 |
|
Jürg Lehni
|
0a719d909a
|
Merge pull request #15 from rdworth/example_strokebounds_semicolons
Example: Stroke Bounds: Added two missing semicolons, example is broken w
|
2011-07-01 01:56:59 -07:00 |
|
Richard D. Worth
|
10e36f98ee
|
Examples: Uncommented out doctype in a few example html files to avoid quirks mode
|
2011-06-30 21:20:09 -04:00 |
|
Richard D. Worth
|
7085eeae51
|
Example: Stroke Bounds: Added two missing semicolons, example is broken without them.
|
2011-06-30 21:04:16 -04:00 |
|
Richard D. Worth
|
b47d988fb3
|
Examples: Renamed a few html files to correct one typo and fix inconsistency with spaces in filenames
|
2011-06-30 10:07:05 -04: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
|
7ee7895d57
|
Clean up Future Splash example a bit.
|
2011-06-30 14:01:18 +02:00 |
|
Jonathan Puckey
|
d8f54b1c9b
|
Add FutureSplash example.
|
2011-06-30 13:55:35 +02:00 |
|
Jonathan Puckey
|
3ddf2b40ca
|
Clean up PathStructure example.
|
2011-06-30 10:49:54 +02:00 |
|
Richard D. Worth
|
1ab78ba594
|
Examples: Path Structure: refactored to handle resize as well as to display label for first point (number 0 as text content is falsy)
|
2011-06-29 16:12:51 -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 |
|
Jonathan Puckey
|
2010f1b8d5
|
Clean up Tadpoles example.
|
2011-06-28 12:20:29 +02:00 |
|
Jonathan Puckey
|
b7ba11c9b8
|
Cleanup StrokeBounds example.
|
2011-06-28 12:13:13 +02:00 |
|
Jürg Lehni
|
8d2cee16c5
|
Flock Example: Rename to Tadpoles.
|
2011-06-24 19:47:13 +01:00 |
|
Jürg Lehni
|
b910d9ee61
|
Flock Example: Remove Stats.
|
2011-06-24 19:46:16 +01:00 |
|
Jonathan Puckey
|
52175da3e9
|
Improve RoundedRectangles example.
|
2011-06-21 20:10:23 +02:00 |
|
Jonathan Puckey
|
531e0bb203
|
Add Space example.
|
2011-06-21 14:54:29 +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
|
23a0db603f
|
No need to set text fillColor to black anymore, as it's the default now.
|
2011-06-20 20:25:19 +01:00 |
|
Jürg Lehni
|
318ed69ad2
|
Remove use of characterStyle / paragraphStyle where not necessary.
|
2011-06-20 18:53:36 +01:00 |
|
Jürg Lehni
|
8fb97a973a
|
Remove stats for now since it is not included in built library.
|
2011-06-20 18:36:03 +01:00 |
|
Jonathan Puckey
|
a2a8939d5d
|
Path# rename #pointsToCurves to #simplify and #curvesToPoints to #flatten.
|
2011-06-20 19:17:07 +02:00 |
|
Jürg Lehni
|
322a427208
|
Flock: Use Symbol#place() instead.
|
2011-06-20 17:52:46 +01:00 |
|
Jürg Lehni
|
02408fc47e
|
Flock example: Reuse prepared symbol definition.
|
2011-06-20 17:51:39 +01:00 |
|
Jonathan Puckey
|
f6fbccb7a2
|
Examples: Convert Path#selected to Path#fullySelected where needed.
|
2011-06-20 17:16:27 +02:00 |
|
Jürg Lehni
|
ed5484e770
|
StrokeBounds example: Fix arcTo() direction.
|
2011-06-20 15:36:27 +01:00 |
|
Jürg Lehni
|
07d3cbb807
|
Remove dashes from Flock.
|
2011-06-20 15:32:53 +01:00 |
|
Jonathan Puckey
|
ce2ef52f60
|
Merge remote branch 'origin/master'
|
2011-06-20 15:59:19 +02:00 |
|
Jonathan Puckey
|
8cacbfe791
|
Examples: Replace DrawCurves with PointsToCurves.
|
2011-06-20 15:58:13 +02:00 |
|
Jürg Lehni
|
811f39f30e
|
Remove redraw() command.
|
2011-06-20 14:16:59 +01:00 |
|
Jonathan Puckey
|
c167920480
|
Examples: replace use of deprecated functions.
|
2011-06-19 17:37:43 +02:00 |
|
Jonathan Puckey
|
e77caf610b
|
Update BouncingBalls example to the version on Paperjs.org
|
2011-06-19 17:34:32 +02:00 |
|
Jonathan Puckey
|
26f326e32d
|
Add Fitting example to scripts.
|
2011-06-19 16:45:29 +02:00 |
|
Jonathan Puckey
|
57e23950c2
|
Change image used in DivisionRaster example.
|
2011-06-19 15:18:17 +02:00 |
|
Jonathan Puckey
|
fcb7a74610
|
Clean up DivisionRaster example.
|
2011-06-19 15:01:53 +02:00 |
|
Jonathan Puckey
|
faf9b453d1
|
Clean up the PhyllotaxisRaster example and use Item#fitBounds instead of stretching the image.
|
2011-06-19 03:43:47 +02:00 |
|
Jonathan Puckey
|
a0dbf3eb45
|
Add DivisionRaster example.
|
2011-06-19 03:32:07 +02:00 |
|
Jürg Lehni
|
6d771dd5da
|
Clean up.
|
2011-06-16 22:59:59 +01:00 |
|
Jürg Lehni
|
1b0dca0ea4
|
Use #fullySelected instead of #selected.
|
2011-06-16 22:51:18 +01:00 |
|
Jürg Lehni
|
8454709559
|
Improve Vektor example.
|
2011-06-16 22:50:27 +01: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 |
|
Jürg Lehni
|
3d06f215c8
|
Add DrawCurves example, to test new Path#pointsToCurves() feature.
|
2011-06-05 22:10:26 +01:00 |
|