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

Function clickEllipse

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

Source from the content-addressed store, hash-verified

499
500
501 var clickEllipse = function(){
502 if (toolButtonClick('#tool_ellipse')) {
503 svgCanvas.setMode('ellipse');
504 }
505 };
506
507 var clickZoom = function(){
508 if (toolButtonClick('#tool_zoom')) {

Callers

nothing calls this directly

Calls 1

toolButtonClickFunction · 0.85

Tested by

no test coverage detected