A whole lot of documentation clean-up.

This commit is contained in:
Jürg Lehni 2015-06-16 17:50:37 +02:00
parent 0d8deb4a9e
commit b541088c6f
28 changed files with 265 additions and 246 deletions

View file

@ -185,6 +185,7 @@ PathItem.inject(new function() {
* Private method for splitting a PathItem at the given intersections.
* The routine works for both self intersections and intersections
* between PathItems.
*
* @param {CurveLocation[]} intersections Array of CurveLocation objects
*/
function splitPath(intersections) {
@ -486,7 +487,7 @@ PathItem.inject(new function() {
* part of a horizontal curve
* @param {Boolean} testContains whether we need to consider this point
* as part of stationary points on the curve itself, used when checking
* the winding about a point.
* the winding about a point
* @return {Number} the winding number
*/
_getWinding: function(point, horizontal, testContains) {