paper.js/src/path
2011-06-14 21:32:14 +01:00
..
CompoundPath.js Documentation edits. 2011-06-04 15:50:29 +02:00
Curve.js Remove Curve#transform() which is currently broken anyhow. 2011-06-05 13:27:39 +01:00
CurveLocation.js Documentation: capitalize basic types in @ tags. 2011-05-27 21:21:49 +02:00
Path.Constructors.js Documentation: use inline code tags for boolean and number values, 2011-05-31 14:28:42 +02:00
Path.js Add comment about porting back Path#arcTo(). 2011-06-14 21:32:14 +01:00
PathFitter.js Fix filtering of duplace points in path fitting code. 2011-06-12 18:40:24 +01:00
PathFlattener.js Define PathFlattener#evaluate() for curve evaluation at given offsets. 2011-06-05 13:20:20 +01:00
PathItem.js
Segment.js Bigger refactoring of handling of segment selection: Have Path#_selectedSegmentState be the summed up value of all Segment's states, and compare it to segments.length * SelectionState.POINT in #fullySelected. 2011-06-14 15:37:25 +01:00
SegmentPoint.js Change and optimise the way SegmentPoints are created, so that selected state is actually copied over properly (Part one of fixing selection cloning). 2011-05-26 10:58:16 +01:00
SelectionState.js Bigger refactoring of handling of segment selection: Have Path#_selectedSegmentState be the summed up value of all Segment's states, and compare it to segments.length * SelectionState.POINT in #fullySelected. 2011-06-14 15:37:25 +01:00