Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
toolButtonClick
Function · 0.85
Tested by
no test coverage detected