paper.js/src
2013-01-28 16:47:45 -08:00
..
basic Fix reading of center point in Rectangle constructor. 2012-12-30 18:26:53 +01:00
browser Change Base.isObject() to also check for instances of plain Base objects, and rename it to Base.isPlainObject(). 2012-12-30 17:30:13 +01:00
color Return 'this' in more places to facilitate chained calls inside the library. 2012-12-31 20:07:28 +01:00
core Define mechanism for flexible reading of named arguments through Base.readNamed() and Base.hasNamed(), and use it to implement property object literal versions of Path.Constructor code. 2012-12-30 18:24:33 +01:00
docs Remove global views list, link View to Project and allow projects to only have one view. 2011-11-12 16:56:23 +01:00
item Define Item#sendToBack() and #bringToFront(). 2013-01-20 17:08:49 -08:00
path Add missing documentation for various location related functions on Curve. 2013-01-28 16:47:45 -08:00
project Deselect symbol definitions when setting them, to follow unit tests. 2013-01-20 15:58:15 -08:00
style No need for chainable functions on Item types. 2012-12-31 21:42:14 +01:00
svg Clean up code. 2012-12-15 02:24:46 -08:00
text Rename Item#setProperties() to hidden #_setProperties() and add public Item#set() to use same functionality from outside. 2012-12-27 00:52:09 +01:00
tool Add comment to removeOn() code. 2012-12-15 02:40:47 -08:00
ui Remove all PORT comments, since we won't port back features to Scriptographer. 2012-12-25 16:07:48 +01:00
util Fix a row of documentation issues. 2012-11-06 13:35:50 -08:00
constants.js Use constant substitution for Numerical constants as well. 2012-12-27 18:36:59 +01:00
load.js Implement PathItem#getIntersections(path) and Curve#getIntersections(curve) using divide-and-conquer approach, and new Curve.getBounds(). 2012-12-27 19:23:03 +01:00
paper.js Update copyright / library information. 2012-12-24 16:50:10 +01:00