paper.js/src
2011-11-11 18:29:44 +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 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
docs Add more documentation for global scope. 2011-07-27 22:58:36 +01:00
item Add support for hit testing Raster items and getting the color of the pixel that was hit. 2011-11-11 15:00:53 +01:00
path Provide point of hit handles and segments too in HitResult. 2011-11-11 14:47:03 +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 Define PaperScopeItem as a private base class for all classes that have lists and references in the PaperScope (Project, View, Tool), so they can share functionality (#initialize(), #activate(), #remove()), and add support for multiple tools. Closes #27 2011-08-02 10:08:08 +01:00
ui 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
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