paper.js/src/path
2011-07-30 11:38:17 +01:00
..
CompoundPath.js Fix the way children of CompoundPath have their orientation set by overriding Item#insertChild(index, item). 2011-07-27 20:30:39 +02:00
Curve.js Only intersect lines if their lengths are not conflicting with Numerical.EPSILON comparison of the cross product in Line#intersect(). 2011-07-30 11:38:17 +01:00
CurveLocation.js Remove obsolete TODOs. 2011-07-09 17:12:13 +02:00
Path.Constructors.js Update copyright notices. 2011-07-01 12:17:45 +02:00
Path.js Path#_hitTest: check that a stroke hit test was requested. 2011-07-15 14:50:42 +02:00
PathFitter.js Improve precision of Line#intersect() and other parts that check for a divisor to not be 0, by comparing against the new Numerical.EPSILON rather than Numerical.TOLERANCE. 2011-07-28 11:03:59 +01:00
PathFlattener.js Switch from using Function#apply() trick for passing curve values as function parameters to simply passing arrays and looking up the values on then. 2011-07-09 10:08:43 +02:00
PathItem.js Update copyright notices. 2011-07-01 12:17:45 +02:00
Segment.js Fix bug in Segment#_transformCoordinates, where handles were not set when they were zero, change was false and no matrix was provided. 2011-07-02 06:24:27 +02:00
SegmentPoint.js Support all ways of defining a Point in SegmentPoint.create(), through fallback to Point.read(). 2011-07-13 12:46:16 +01:00
SelectionState.js Update copyright notices. 2011-07-01 12:17:45 +02:00