paper.js/src
2012-12-30 18:27:42 +01: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 Commit first version of serialization / deserialization mechanism. 2012-12-27 12:45:55 +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 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
path Remove debug logging. 2012-12-30 18:27:42 +01:00
project Merge Base.readValue() with Base.read() and rename Base.peekValue() to Base.peek(). 2012-12-30 16:07:20 +01:00
style Remove all PORT comments, since we won't port back features to Scriptographer. 2012-12-25 16:07:48 +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