paper.js/src/path
2011-05-05 12:35:14 +01:00
..
CompoundPath.js Add getter/setter for Path#closed. 2011-04-30 23:22:29 +01:00
Curve.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
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 Add Path#addSegment(s) and #insertSegment(s) and define #add() and #insert() as a switch between these versions based on the amount and nature of parameters. 2011-05-05 12:35:14 +01:00
PathItem.js Update copyright / licensing comments. 2011-03-08 01:41:50 +00:00
Segment.js Shorten #_transformCoordinates() a bit. 2011-05-02 08:59:51 +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