Updated comment svgutils convertToPath... again.

master
Flint O'Brien 2016-04-22 13:39:20 -04:00
parent 86c3818886
commit 0c9ff4d1ac
1 changed files with 1 additions and 1 deletions

View File

@ -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');