paper.js/examples/Tools
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
..
BezierTool.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
Circles.html Examples: Added more descriptive titles to each example html page 2011-06-30 09:57:17 -04:00
Clouds.html Examples: Added more descriptive titles to each example html page 2011-06-30 09:57:17 -04:00
DrippingBrush.html Clean up white spaces. 2011-07-07 16:09:02 +02:00
FancyBrush.html Merge branch 'master' of github.com:paperjs/paper.js 2011-07-01 11:04:53 +02:00
Grid.html Examples: Added more descriptive titles to each example html page 2011-06-30 09:57:17 -04:00
MetaBalls.html Clean up white spaces. 2011-07-07 16:09:02 +02:00
MultiLines.html Examples: Added more descriptive titles to each example html page 2011-06-30 09:57:17 -04:00
PathEditing.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
Simplify.html Examples: Added more descriptive titles to each example html page 2011-06-30 09:57:17 -04:00
SquareRounded.html Examples: Added more descriptive titles to each example html page 2011-06-30 09:57:17 -04:00
Stars.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
SVGBezierTool.html Mostly more Experimenting, commiting it for practicing across computers. 2012-09-16 15:38:22 -04:00
SVGCircles.html Jacob and I added a bit to the exportPath class. The initialize function 2012-09-16 00:13:14 -04:00
SVGGrid.html Mostly more Experimenting, commiting it for practicing across computers. 2012-09-16 15:38:22 -04:00
SVGStars.html Jacob and I added a bit to the exportPath class. The initialize function 2012-09-16 00:13:14 -04:00
Vektor.html Clean up white spaces. 2011-07-07 16:09:02 +02:00
Wave.html Examples: Added more descriptive titles to each example html page 2011-06-30 09:57:17 -04:00
WormFarm.html Clean up white spaces. 2011-07-07 16:09:02 +02:00