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

Function updateWireFrame

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

Source from the content-addressed store, hash-verified

876 }
877
878 var updateWireFrame = function() {
879 // Test support
880 if(supportsNonSS) return;
881
882 var rule = "#workarea.wireframe #svgcontent * { stroke-width: " + 1/svgCanvas.getZoom() + "px; }";
883 $('#wireframe_rules').text(workarea.hasClass('wireframe') ? rule : "");
884 }
885
886 var showSourceEditor = function(e, forSaving){
887 if (editingsource) return;

Callers 2

zoomDoneFunction · 0.85
clickWireframeFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected