paper.js/examples/Scripts
Yuval Greenfield 27781d44ac Fixed memory leak
The original technique isn't horrible when it happens
once per mouse move but if used once per frame it completely
destroys the browser.

To see the leak in the chrome task manager - furiously move the
mouse and see the top cpu process keep rising in memory usage.
2012-12-31 23:46:53 +02:00
..
Arcs.html Examples: Added more descriptive titles to each example html page 2011-06-30 09:57:17 -04:00
BouncingBalls.html Fix Bouncing Balls example. 2012-11-22 21:08:17 +01:00
Chain.html Fixed memory leak 2012-12-31 23:46:53 +02:00
Circle.html Examples: Added more descriptive titles to each example html page 2011-06-30 09:57:17 -04:00
CompoundPath.html Examples: Added more descriptive titles to each example html page 2011-06-30 09:57:17 -04:00
CurveTimeParameterization.html Rename Curve#getParameter(length) -> Curve#getParameterAt(offset) 2011-07-06 23:13:38 +02:00
HslColor.html 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
Letter.html Examples: Added more descriptive titles to each example html page 2011-06-30 09:57:17 -04:00
PathStructure.html Increase font size. 2011-12-27 20:40:22 +01:00
Resize.html Add example demonstrating onResize and Item#fitBounds. 2012-03-01 14:30:14 +01:00
RoundRectangle.html Clean up white spaces. 2011-07-07 16:09:02 +02:00
StrokeBounds.html Clean up white spaces. 2011-07-07 16:09:02 +02:00