paper.js/src/path
Jürg Lehni c533dda7b5 Finally found a better and faster alternative for this.base() calls, by setting base on the function object instead.
base can be accessed on named functions very easily, leading to another measurable speed increase. Finally all performance reasons against straps.js are eliminated!
2013-05-27 10:04:05 -07:00
..
CompoundPath.js Finally found a better and faster alternative for this.base() calls, by setting base on the function object instead. 2013-05-27 10:04:05 -07:00
Curve.js Some more code clean up and variable renaming. 2013-05-26 17:59:01 -07:00
CurveLocation.js Remove need for __segment property and further simplify computeBoolean() code. 2013-05-04 02:50:18 -07:00
Path.Constructors.js Add titles to Path.Constructors documentation examples. 2013-04-21 13:58:22 +02:00
Path.js Finally found a better and faster alternative for this.base() calls, by setting base on the function object instead. 2013-05-27 10:04:05 -07:00
PathFitter.js Fix an issue with PathFitter where path with only one segment would throw an error. 2013-03-01 14:28:32 -08:00
PathFlattener.js Update copyright information comments, and year. 2013-01-28 18:03:27 -08:00
PathItem.Boolean.js Update package.json for publishing to NPM. 2013-05-05 19:22:13 -07:00
PathItem.js Remove Item#applyMatrix boolean, go back to previous way of directly applying transformations to children in Group and Layer, and introduce new Clip class for non-transformed nested matrices. 2013-05-13 18:57:17 -07:00
Segment.js Fix white-spaces. 2013-05-24 22:25:22 -07:00
SegmentPoint.js Update copyright information comments, and year. 2013-01-28 18:03:27 -08:00
SelectionState.js Update copyright information comments, and year. 2013-01-28 18:03:27 -08:00