MCPcopy
hub / github.com/methodofaction/Method-Draw / finishChange

Function finishChange

src/js/svgcanvas.js:7262–7268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7260 }
7261
7262 function finishChange() {
7263 var bCmd = canvas.undoMgr.finishUndoableChange();
7264 cur_command.addSubCommand(bCmd);
7265 addCommandToHistory(cur_command);
7266 cur_command = null;
7267 filter = null;
7268 }
7269
7270 // Function: setBlurOffsets
7271 // Sets the x, y, with, height values of the filter element in order to

Callers 1

svgcanvas.jsFile · 0.85

Calls 1

addCommandToHistoryFunction · 0.85

Tested by

no test coverage detected