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