()
| 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; |
no test coverage detected