paper.js/src/path
2011-05-15 15:06:10 +01:00
..
CompoundPath.js CompoundPath#draw: set param.compound to false when done drawing. 2011-05-14 20:36:58 +02:00
Curve.js Replace {@true} tags in documentation ({@true ([^}]*)} -> true $1, false otherwise.) 2011-05-15 15:06:10 +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 Don't overuse variable chaining - use only were readibility does not suffer. 2011-05-15 14:29:00 +01:00
PathItem.js We don't need the empty #initialize(). 2011-05-07 17:05:42 +01:00
Segment.js Make sure getters dont return undefined but null instead. 2011-05-07 16:10:38 +01:00
SegmentPoint.js Have Base.read() clone owned objects such as SegmentPoint or LinkedPoint. 2011-05-08 13:38:09 +01:00
SelectionState.js Implement SelectionState.js: bitwise flags for segment selection state. 2011-04-21 19:37:51 +02:00