paper.js/src
2011-05-05 16:17:30 +01:00
..
basic Add Base.formatNumber() to format numbers in the same way as Scriptographer (precision of up to 5 fractional digits) and use it in the various #toString() functions. 2011-05-04 19:42:50 +01:00
browser Tool & Event: support touch events & call onMouseMove (if present) while dragging when there is no onMouseDrag handler. 2011-05-04 18:49:30 +01:00
color Fix bug in Color#equals() resulting in it always returning true. 2011-05-05 13:19:36 +01:00
document Document: when the canvas element that is passed to the constructor has a resize attribute, resize the document to the size of the window whenever the user resizes the window. 2011-05-05 16:17:30 +01:00
item Add comment about return undefined rather than null for unclear styles, and fix test. 2011-05-05 13:11:40 +01:00
path Add Path#addSegment(s) and #insertSegment(s) and define #add() and #insert() as a switch between these versions based on the amount and nature of parameters. 2011-05-05 12:35:14 +01:00
tool Merge remote branch 'origin/master' 2011-05-05 11:42:35 +01:00
ui Various small code cleanups. 2011-05-02 12:23:42 +02:00
util Refrain from hacker style. 2011-05-04 15:20:42 +01:00
load.js Big refactoring of how curves are kept in sync with segments (direct references rather than indices), along with various tests. 2011-05-03 00:25:23 +01:00
paper.js Add Base.formatNumber() to format numbers in the same way as Scriptographer (precision of up to 5 fractional digits) and use it in the various #toString() functions. 2011-05-04 19:42:50 +01:00