paper.js/src/path
2015-10-20 16:34:40 +02:00
..
CompoundPath.js Remove left-over debugging code. 2015-09-13 21:50:35 +02:00
Curve.js Make sure we cannot find two intersections between two lines. 2015-10-20 15:34:09 +02:00
CurveLocation.js For curves with only one segment, pick the smaller diff between the two locations. 2015-10-20 16:34:40 +02:00
Path.Constructors.js
Path.js Improve Curve#getPart() to directly handle reversed curves and write docs for it. 2015-10-03 12:55:05 -05:00
PathFitter.js
PathItem.Boolean.js Go back to simple overlap handling. 2015-10-11 17:05:23 +02:00
PathItem.js Rename variable to be less ambiguous. 2015-10-20 15:21:03 +02:00
PathIterator.js
Segment.js Implement #isFirst() / #isLast() tests on Segment and Curve. 2015-09-23 12:26:44 -04:00
SegmentPoint.js
SelectionState.js