paper.js/src
2011-05-05 11:21:09 +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 Replace all type converting string compares with ===, !==. 2011-04-28 13:23:17 +01:00
color Allow colors to be compare to null. 2011-05-05 11:20:26 +01:00
document Separate PathStyle constructor into internal PathStyle.create(item, style) and public PathStyle(style). 2011-05-05 00:00:41 +01:00
item Remove unused parameter. 2011-05-05 11:20:37 +01:00
path Cache strokeBounds and bounds only if no transformation matrix is passed. 2011-05-05 11:21:09 +01:00
tool 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
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