diff --git a/editor/svg-editor.js b/editor/svg-editor.js index c665216d..a04e66a4 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -276,11 +276,10 @@ } else { extFunc(); } - $.svgIcons(curConfig.imgPath + 'svg_edit_icons.svg', { w:24, h:24, id_match: false, - no_img: !isWebkit, // Opera & Firefox 4 gives odd behavior w/images + no_img: !svgedit.browsersupport.isWebkit(), // Opera & Firefox 4 gives odd behavior w/images fallback_path: curConfig.imgPath, fallback:{ 'new_image':'clear.png',