From f2c76b4b39df1818cde2364627385ee6306a9b89 Mon Sep 17 00:00:00 2001 From: Ahmad Syazwan Date: Thu, 29 Mar 2012 02:47:06 +0000 Subject: [PATCH] Fix issue 937 git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2071 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgutils.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +})();