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

Function clickRect

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

Source from the content-addressed store, hash-verified

491
492
493 var clickRect = function(){
494 if (toolButtonClick('#tool_rect')) {
495 svgCanvas.setMode('rect');
496 }
497 };
498
499
500

Callers

nothing calls this directly

Calls 1

toolButtonClickFunction · 0.85

Tested by

no test coverage detected