paper.js/examples
jnighlight f43abe2f32 Mostly more Experimenting, commiting it for practicing across computers.
Noticed that curveto and quadratic bezier curveto can be differentiated by
format of the handleIn/handleOut variables in each segment (we think) If
either handleIn.x and handleOut.x = 0 OR handleIn.y and handleOut.y = 0,
then that means the curve is a simple curveTo tag in SVG. If handleIn.x =
-handleOut.x AND handleIn.y = -handleOut.y, then you have a quadriatic
Bezier Curveto in SVG (using the Q tag). We *HOPE* and think that that
curveTo(through, to) (a method creating an arc that passes through the
"through" point and ends at the "to" point) simply creates 2 segments,
each with a handleIn and Out, which can be read and put into SVG
seperately, making our lives a lot easier. Created more SVG test files.
Made RGBConverter more efficient with another method to help reduce copied
lines of code.
2012-09-16 15:38:22 -04:00
..
Animated Fire resize event directly after evaluation, so we don't need to call onResize ourselves from PaperScript. 2011-11-12 16:31:22 +01:00
css Make all examples resize to the size of the browser window. 2011-05-05 16:25:17 +01:00
Games Paperoids example: remove css dependency. 2011-08-11 20:30:50 +02:00
Node.js Clean up Node.js tadpoles example. 2011-08-20 15:50:25 +02:00
Rasters Make PhyllotaxisRaster example work with new #matrix code. 2011-12-27 20:40:59 +01:00
Scripts Create an example page for ImportSVG 2012-09-16 01:02:40 -04:00
Tools Mostly more Experimenting, commiting it for practicing across computers. 2012-09-16 15:38:22 -04:00