Woops, last commit fixed was for Issue 169
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@641 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -617,6 +617,8 @@ function svg_edit_setup() {
|
||||
if (docprops) return;
|
||||
docprops = true;
|
||||
|
||||
// update resolution option with actual resolution
|
||||
// TODO: what if SVG source is changed?
|
||||
var res = svgCanvas.getResolution();
|
||||
$("#resolution").val(res.w+'x'+res.h).attr("selected", "selected");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user