paper.js/src/path
2012-11-23 13:58:13 -08:00
..
CompoundPath.js Rename CompoundPath#flatten() to #reduce(), to avoid clash with Path#flatten(). 2012-11-23 01:16:21 -08:00
Curve.js Fix k leaking into globals 2012-11-20 15:53:04 +00:00
CurveLocation.js Introduce Base.toFloat() and rename Base.formatNumber() to Base.formatFloat() 2012-11-14 01:31:08 -08:00
Path.Constructors.js Rename Path.Oval() to Path.Ellipse(), and deprecate Path.Oval(). 2012-11-06 11:37:00 -08:00
Path.js Keep Path#curves in sync properly when removing the last segment of an open path. 2012-11-23 13:58:13 -08:00
PathFitter.js Code clean-up. 2012-11-05 21:06:56 -08: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 Update documentation a bit. 2012-10-05 16:09:15 -07:00
Segment.js Implement transparent constant-substitution in prepro.js to shave of some extra bytes of final distribution file. 2012-11-05 18:11:44 -08: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