paper.js/src/path
2011-05-19 18:35:38 +01:00
..
CompoundPath.js Add comment about #clockwise magic happening in #append*() methods. 2011-05-16 20:17:14 +01: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 Fix bug introduced in recent change to #getStrokeBounds(): We need to pass matrix as optional argument to #getBounds(). 2011-05-18 21:32:00 +01:00
PathItem.js We don't need the empty #initialize(). 2011-05-07 17:05:42 +01:00
Segment.js Remove the versions of #clone() that follow the scheme provided by Base#clone() now. 2011-05-19 18:35: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