paper.js/src
2011-09-23 11:19:03 +02: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 Add documentation for all color components. Closes #43. 2011-09-18 10:54:26 +02:00
core 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
docs Add more documentation for global scope. 2011-07-27 22:58:36 +01:00
item Add basic code for fine-grained change tracking, as required by on-the fly SVG DOM manipulation. 2011-09-22 10:32:17 +02:00
path Be consistent in Numerical. EPSILON comparison rules. 2011-09-22 21:14:16 +02:00
project Add basic code for fine-grained change tracking, as required by on-the fly SVG DOM manipulation. 2011-09-22 10:32:17 +02:00
style Improve comments about change notifications. 2011-08-23 16:36:57 +02: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 Also fire key events for modifier keys. Closes #52. 2011-09-18 12:51:03 +02: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 Allow loading of Paper.js on Node.js without the need for compiling. 2011-08-10 21:02:32 +02:00