paper.js/src/path
2013-01-20 14:01:43 -08:00
..
CompoundPath.js Implement CompoundPath#curves. 2012-12-18 14:53:38 +01:00
Curve.js Fix bug in Curve#getLocationOf(). 2013-01-20 14:01:42 -08:00
CurveLocation.js Calculate CurveLocation#parameter uncached when dealing with dividing or splitting, since these commands alter the underlying Path. 2012-12-31 21:42:55 +01:00
Path.Constructors.js Clean up Path.Constructor code. 2012-12-30 18:33:46 +01:00
Path.js No need to merge Path#_serializeFields, simply keep in sync with Item#_serializeFields (excluding #children). 2013-01-20 14:01:43 -08:00
PathFitter.js Use constant substitution for Numerical constants as well. 2012-12-27 18:36:59 +01:00
PathFlattener.js Fix imprecision in intersection code by re-introducing tolerance parameter in Curve#isFlatEnough(). 2012-12-27 20:13:45 +01:00
PathItem.js Clean up some comments. 2012-12-27 20:19:23 +01:00
Segment.js Further clean up Path.getBounds() code. 2012-12-27 17:43:21 +01:00
SegmentPoint.js Introduce Numerical.isZero(), for comparisons against 0 with a tolerance. 2012-11-05 21:06:13 -08:00
SelectionState.js Update copyright notices. 2011-07-01 12:17:45 +02:00