diff --git a/editor/svgutils.js b/editor/svgutils.js index 931fb334..78021b15 100644 --- a/editor/svgutils.js +++ b/editor/svgutils.js @@ -348,7 +348,6 @@ svgedit.utilities.getPathBBox = function(path) { for(var i=0; i < tot; i++) { var seg = seglist.getItem(i); - if(!seg.x) continue; // Add actual points to limits bounds[0].push(P0[0]); @@ -644,4 +643,4 @@ svgedit.utilities.cleanupElement = function(element) { }; -})(); \ No newline at end of file +})();