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

Function clickPath

src/js/method-draw.js:520–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

518 };
519
520 var clickPath = function(){
521 if (toolButtonClick('#tool_path')) {
522 svgCanvas.setMode('path');
523 }
524 };
525
526
527 var clickEyedropper = function() {

Callers

nothing calls this directly

Calls 1

toolButtonClickFunction · 0.85

Tested by

no test coverage detected