Woops, last commit fixed was for Issue 169
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@641 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
33cd428ef2
commit
ea7133d271
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue