diff --git a/editor/path.js b/editor/path.js index 98cd13b1..f238759a 100644 --- a/editor/path.js +++ b/editor/path.js @@ -1094,7 +1094,7 @@ const pathMap = [0, 'z', 'M', 'm', 'L', 'l', 'C', 'c', 'Q', 'q', 'A', 'a', 'H', 'h', 'V', 'v', 'S', 's', 'T', 't']; /** - * TODO: move to pathActions.js when migrating rest of pathActions out of svgcanvas.js + * TODO: move to pathActions.js * Convert a path to one with only absolute or relative values * @param {Object} path - the path to convert * @param {boolean} toRel - true of convert to relative