From 0c9ff4d1acea5b6efaaeff127de74036a98268be Mon Sep 17 00:00:00 2001 From: Flint O'Brien Date: Fri, 22 Apr 2016 13:39:20 -0400 Subject: [PATCH] Updated comment svgutils convertToPath... again. --- editor/svgutils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/svgutils.js b/editor/svgutils.js index a29a0d58..718609f5 100644 --- a/editor/svgutils.js +++ b/editor/svgutils.js @@ -700,7 +700,7 @@ svgedit.utilities.getBBoxOfElementAsPath = function(elem, addSvgElementFromJson, // addCommandToHistory - see canvas.addCommandToHistory // // Returns: -// The resulting path's bounding box object. +// The converted path element or null if the DOM element was not recognized. svgedit.utilities.convertToPath = function(elem, attrs, addSvgElementFromJson, pathActions, clearSelection, addToSelection, history, addCommandToHistory) { var batchCmd = new history.BatchCommand('Convert element to Path');