paper.js/src/path
2013-09-13 00:08:43 +02:00
..
CompoundPath.js Fix typos in comments. 2013-08-08 15:21:35 -07:00
Curve.js Fix documentation irregularities. 2013-08-23 19:45:28 -07:00
CurveLocation.js Fix documentation irregularities. 2013-08-23 19:45:28 -07:00
Path.Constructors.js Move and unify handling of Item#_set(props) to new Item#_initialize(), and add support for props.insert = false. 2013-07-21 15:45:22 -07:00
Path.js Fix documentation irregularities. 2013-08-23 19:45:28 -07:00
PathFitter.js Remove need for all special arguments in minification, and restructure code to avoid warnings. 2013-06-24 10:15:54 -07:00
PathFlattener.js Remove isParameter from Curve.evaluate() 2013-06-27 17:12:35 -07:00
PathItem.Boolean.js Boolean -fix: CurveLocation now keeps track of the correct segment at intersections 2013-09-13 00:08:43 +02:00
PathItem.js Move and unify handling of Item#_set(props) to new Item#_initialize(), and add support for props.insert = false. 2013-07-21 15:45:22 -07:00
Segment.js Fix documentation irregularities. 2013-08-23 19:45:28 -07:00
SegmentPoint.js Replace SegmentPoint.create() in favor of normal constructor. 2013-06-25 09:48:51 -07:00
SelectionState.js