paper.js/src/path
2011-05-08 14:05:47 +01:00
..
CompoundPath.js Move #moveTo() to the same scope as the other drawing commands, and add explaining comments. 2011-05-07 17:11:06 +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 Transform gradient when path is transformed. 2011-05-08 14:05:47 +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