paper.js/src/path
Jürg Lehni 1073340eeb Do not use GEOMETRIC_EPSILON in Curve.getParameterAt()
This caused issues in some rare edge-cases.
2015-10-21 01:09:03 +02:00
..
CompoundPath.js Remove left-over debugging code. 2015-09-13 21:50:35 +02:00
Curve.js Do not use GEOMETRIC_EPSILON in Curve.getParameterAt() 2015-10-21 01:09:03 +02:00
CurveLocation.js Avoid issues with imprecision in CurveLocation#getCurve() / trySegment() 2015-10-20 22:04:04 +02:00
Path.Constructors.js A whole lot of documentation clean-up. 2015-06-16 17:50:37 +02:00
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 Clean up PathFitter fix a bit. 2015-04-04 15:54:34 +02:00
PathItem.Boolean.js Merge handling of self-intersection crossings with normal crossings. 2015-10-20 23:03:40 +02:00
PathItem.js Rename variable to be less ambiguous. 2015-10-20 15:21:03 +02:00
PathIterator.js Minor code tweaks. 2015-09-11 12:07:27 +02:00
Segment.js Implement #isFirst() / #isLast() tests on Segment and Curve. 2015-09-23 12:26:44 -04:00
SegmentPoint.js
SelectionState.js