diff --git a/editor/svg-editor.js b/editor/svg-editor.js index b58eea26..75fc6390 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -440,7 +440,7 @@ function svg_edit_setup() { } var pos = elem.position(); picker = 'stroke'; - $('#color_picker').css({'left': pos.left + 40, 'bottom': 104 - pos.top}).jPicker({ + $('#color_picker').css({'left': pos.left - 140, 'bottom': 104 - pos.top}).jPicker({ images: { clientPath: "jpicker/images/" }, color: { active: color } }, function(color){