paper.js/src
2011-11-11 20:55:31 +01:00
..
basic Implement Matrix#inverseTransform(). 2011-09-23 11:19:03 +02:00
browser Delcare DomElement and DomEvent as private namespaces. 2011-07-31 15:23:26 +01:00
color No need to set beans = true since we're always producing beans. 2011-11-11 14:03:36 +01:00
core Make new events work properly for key handlers. 2011-11-11 20:12:29 +01:00
docs Add more documentation for global scope. 2011-07-27 22:58:36 +01:00
item Make Item#removeOn() calls work with new event callback mechanism. 2011-11-11 20:41:09 +01:00
path Switch back to Kaspar Fischer's version of Curve.isFlatEnough, as it produces the best results with dashed lines. 2011-11-11 20:55:31 +01:00
project Fix bug in Item#hitTest and Project#hitTest documentation. Closes #57 2011-11-10 15:14:49 +01:00
style 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
text Simplify PointText#setPoint() 2011-08-03 23:37:56 +02:00
tool Make Item#removeOn() calls work with new event callback mechanism. 2011-11-11 20:41:09 +01:00
ui Make new events work properly for key handlers. 2011-11-11 20:12:29 +01:00
util Make Paper.js work on Node.js. 2011-07-30 02:16:30 +02:00
load.js Move prepro.js to lib/and include() statements for test units to their own files inside tests/ 2011-07-27 22:00:31 +01:00
paper.js Define Callback code for callback based event handling (#atach() / #detach() #fire()) and start implementing it in View. 2011-11-11 18:29:28 +01:00