paper.js/src/path
2011-05-07 14:32:27 +01:00
..
CompoundPath.js Add getter/setter for Path#closed. 2011-04-30 23:22:29 +01:00
Curve.js Change '// TODO: Port' comments to '// PORT:'. 2011-05-07 14:18:27 +01:00
CurveLocation.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
Path.Constructors.js Add support for insertion of multiple segments at once to Path#_add(), #add() and #insert(), and change code that relies on these methods. 2011-05-04 18:42:40 +01:00
Path.js Use tripple equal operators for string compares now. 2011-05-07 14:32:27 +01:00
PathItem.js Update copyright / licensing comments. 2011-03-08 01:41:50 +00:00
Segment.js Implement change-notification in a proper way, using ChangeFlags that tell it what exactly has changed, and clearing caches accordingly. 2011-05-07 13:39:17 +01:00
SegmentPoint.js Add beginning of value caching (_length, _bounds) and change tracking to invalidate cached values. 2011-05-02 00:17:21 +01:00
SelectionState.js Implement SelectionState.js: bitwise flags for segment selection state. 2011-04-21 19:37:51 +02:00