Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/methodofaction/Method-Draw
/ clickZoom
Function
clickZoom
src/js/method-draw.js:507–511 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
505
};
506
507
var
clickZoom =
function
(){
508
if
(toolButtonClick(
'#tool_zoom'
)) {
509
svgCanvas.setMode(
'zoom'
);
510
}
511
};
512
513
514
var
clickText =
function
(){
Callers
nothing calls this directly
Calls
1
toolButtonClick
Function · 0.85
Tested by
no test coverage detected