paper.js/src/path
2011-11-30 17:16:52 +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 Improve Curve#isFlatEnough() by finding the right threshold through testing, and remove other less precise solutions. 2011-11-12 01:23:41 +01:00
CurveLocation.js Remove obsolete TODOs. 2011-07-09 17:12:13 +02:00
Path.Constructors.js Use faster Size.create(). 2011-08-16 13:52:31 +02:00
Path.js Fix handling of recursion in Item#setSelected() / #setFullySelected(). 2011-11-30 17:16:52 +01:00
PathFitter.js Include comment about algorithm modifications. 2011-11-10 18:30:18 +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 Path#smooth() example: select path using fullySelected instead of selected, so we can see its handles. 2011-11-12 16:45:33 +01:00
Segment.js Segment: notify path of change when selection state of handles changes, so the view is redrawn. 2011-08-04 10:54:56 +02:00
SegmentPoint.js Implement SegmentPoint#isZero() that does not use the x / y accessors but the internal properties directly, for performance reasons, since it is used a lot internally. 2011-08-16 13:38:52 +02:00
SelectionState.js Update copyright notices. 2011-07-01 12:17:45 +02:00