()
| 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')) { |
nothing calls this directly
no test coverage detected