paper.js/src
2011-04-26 12:39:48 +01:00
..
basic Fix problem with Point constructor when passed { angle: 0, length: n }, by checking for undefined. 2011-04-12 13:48:44 +02:00
color Rename '// Todo' to '// TODO', which is the convention. 2011-04-26 12:39:48 +01:00
document Rename '// Todo' to '// TODO', which is the convention. 2011-04-26 12:39:48 +01:00
item Document: use a hash for Document#_selectedItems to speed up adding to and removing from it. 2011-04-21 20:43:42 +02:00
path Rename '// Todo' to '// TODO', which is the convention. 2011-04-26 12:39:48 +01:00
tool Simplify Key further and fix ToolEvent#getModifiers. 2011-04-25 17:38:40 +02:00
ui Key handlers: allow the user to prevent the default behaviour of key events. 2011-04-25 18:11:01 +02:00
util Implement new root finding algorithm, combining Newton-Raphson Method with Bisection, and update Curve#getParameter() to use it. 2011-04-26 12:23:09 +01:00
load.js Implement onKeyDown / onKeyUp & Key#isDown(key). 2011-04-25 14:52:45 +02:00
paper.js Implement onKeyDown / onKeyUp & Key#isDown(key). 2011-04-25 14:52:45 +02:00