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

Function clickText

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

Source from the content-addressed store, hash-verified

512
513
514 var clickText = function(){
515 if (toolButtonClick('#tool_text')) {
516 svgCanvas.setMode('text');
517 }
518 };
519
520 var clickPath = function(){
521 if (toolButtonClick('#tool_path')) {

Callers

nothing calls this directly

Calls 1

toolButtonClickFunction · 0.85

Tested by

no test coverage detected