- Docs (JSDocs regression): Use nested array format recognized by both ESLint and JSDoc
parent
aef7b095ef
commit
f78fb05454
|
@ -1660,8 +1660,8 @@ export const convertPath = function (path, toRel) {
|
||||||
* TODO: refactor callers in `convertPath` to use `getPathDFromSegments` instead of this function.
|
* TODO: refactor callers in `convertPath` to use `getPathDFromSegments` instead of this function.
|
||||||
* Legacy code refactored from `svgcanvas.pathActions.convertPath`.
|
* Legacy code refactored from `svgcanvas.pathActions.convertPath`.
|
||||||
* @param {string} letter - path segment command (letter in potentially either case from {@link module:path.pathMap}; see [SVGPathSeg#pathSegTypeAsLetter]{@link https://www.w3.org/TR/SVG/single-page.html#paths-__svg__SVGPathSeg__pathSegTypeAsLetter})
|
* @param {string} letter - path segment command (letter in potentially either case from {@link module:path.pathMap}; see [SVGPathSeg#pathSegTypeAsLetter]{@link https://www.w3.org/TR/SVG/single-page.html#paths-__svg__SVGPathSeg__pathSegTypeAsLetter})
|
||||||
* @param {GenericArray<Integer>[]} points - x,y points
|
* @param {GenericArray<GenericArray<Integer>>} points - x,y points
|
||||||
* @param {GenericArray<Integer>[]} [morePoints] - x,y points
|
* @param {GenericArray<GenericArray<Integer>>} [morePoints] - x,y points
|
||||||
* @param {Integer[]} [lastPoint] - x,y point
|
* @param {Integer[]} [lastPoint] - x,y point
|
||||||
* @returns {string}
|
* @returns {string}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue