MCPcopy Index your code
hub / github.com/methodofaction/Method-Draw / clickItalic

Function clickItalic

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

Source from the content-addressed store, hash-verified

721 };
722
723 var clickItalic = function(){
724 svgCanvas.setItalic( !svgCanvas.getItalic() );
725 updateContextPanel();
726 };
727
728 var clickExport = function() {
729 if(window.canvg) {

Callers

nothing calls this directly

Calls 1

updateContextPanelFunction · 0.85

Tested by

no test coverage detected