Move recalculateDimensions() into its own module: recalculate.js

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2436 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2013-02-20 06:29:25 +00:00
parent 617c5c32bb
commit ba387c22d3
4 changed files with 814 additions and 771 deletions

View File

@@ -307,7 +307,4 @@ case 'path':
}
};
// TODO: Move updateClipPath() into here.
// TODO: Move recalculateDimensions() into here.
})();