From d77e9cfb4f9e6d9ff784829438b55f7994606140 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Fri, 3 Jun 2011 23:05:22 +0200 Subject: [PATCH] Path docs: add Positions on Paths and Curves group title and temporary Path Smoothing group title. --- src/path/Path.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/path/Path.js b/src/path/Path.js index c7e88f19..de5ee6ed 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -607,6 +607,8 @@ var Path = this.Path = PathItem.extend({ // PORT: Rename functions and add new isParameter argument in Scriptographer // DOCS: document Path#getLocationAt /** + * {@grouptitle Positions on Paths and Curves} + * * @param {Number} offset * @param {Boolean} [isParameter=false] */ @@ -842,7 +844,11 @@ var Path = this.Path = PathItem.extend({ } }, + // DOCS: implement @movebefore tag and move the Path#smooth function up + // in the documentation. /** + * {@grouptitle Path Smoothing} + * * Smooth bezier curves without changing the amount of segments or their * points, by only smoothing and adjusting their handle points, for both * open ended and closed paths.