fixing rulers

master
Mark MacKay 2021-02-15 16:36:19 -06:00
parent b7982f52a3
commit eef38279c7
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ MD.Rulers = function(){
const scanvas = $("#svgcanvas");
var limit = 30000;
// Set the canvas size to the width of the container
var ruler_len = scanvas[lentype]();
var total_len = ruler_len;
hcanv.parentNode.style[lentype] = total_len + 'px';
var c_elem = svgCanvas.getContentElem();
var units = svgedit.units.getTypeMap();
var unit = 1;