More work on properly sizing imported SVG.
Still ignores preserveAspectRatio, percentages, units on import <svg>. Also ignores zoom level of SVG-edit. git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1423 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1460,7 +1460,6 @@ function svg_edit_setup() {
|
||||
svgCanvas.open();
|
||||
};
|
||||
var clickImport = function(){
|
||||
svgCanvas.import();
|
||||
};
|
||||
|
||||
var clickUndo = function(){
|
||||
|
||||
Reference in New Issue
Block a user