paper.js/src/path
2011-06-17 14:11:37 +01:00
..
CompoundPath.js Allow CompoundPath to have named children. 2011-06-17 14:11:37 +01:00
Curve.js Clean up white spaces in comments. 2011-06-14 22:59:45 +01:00
CurveLocation.js Rearrange @constructor documentation sequence. 2011-06-14 23:01:35 +01:00
Path.Constructors.js Documentation: use inline code tags for boolean and number values, 2011-05-31 14:28:42 +02:00
Path.js Remove Group#_clipped and solely use Item#_clipMask to handle clipping internally. 2011-06-17 13:56:02 +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 Fix documentation for PathItem#smooth(). 2011-06-16 23:37:45 +01:00
Segment.js Rearrange @constructor documentation sequence. 2011-06-14 23:01:35 +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