diff --git a/editor/svg-editor.js b/editor/svg-editor.js index f7d27ce9..a2a0c739 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -362,7 +362,7 @@ function svg_edit_setup() { $('select').change(function(){$(this).blur();}); $('#group_opacity').change(function(){ - svgCanvas.setOpacity(); + svgCanvas.setOpacity(this.options[this.selectedIndex].value); }); // fired when user wants to move elements to another layer