mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Minor changes.
This commit is contained in:
parent
5a3ca88224
commit
c88dc8e2aa
2 changed files with 4 additions and 4 deletions
|
@ -81,11 +81,11 @@ var paper = new function(undefined) {
|
|||
/*#*/ include('path/Path.js');
|
||||
/*#*/ include('path/Path.Constructors.js');
|
||||
/*#*/ include('path/CompoundPath.js');
|
||||
/*#*/ include('path/PathFlattener.js');
|
||||
/*#*/ include('path/PathFitter.js');
|
||||
/*#*/ if (__options.booleanOperations) {
|
||||
/*#*/ include('path/PathItem.Boolean.js');
|
||||
/*#*/ } // __options.booleanOperations
|
||||
/*#*/ include('path/PathFlattener.js');
|
||||
/*#*/ include('path/PathFitter.js');
|
||||
|
||||
/*#*/ include('text/TextItem.js');
|
||||
/*#*/ include('text/PointText.js');
|
||||
|
|
|
@ -240,8 +240,8 @@ PathItem.inject(new function() {
|
|||
}
|
||||
|
||||
/**
|
||||
* Private static method that returns the winding contribution of the
|
||||
* given point with respect to a given set of monotone curves.
|
||||
* Private method that returns the winding contribution of the given point
|
||||
* with respect to a given set of monotone curves.
|
||||
*/
|
||||
function getWinding(point, curves, horizontal) {
|
||||
var tolerance = /*#=*/ Numerical.TOLERANCE,
|
||||
|
|
Loading…
Reference in a new issue