From 15165fe7b938f46e1a91c1d18efd8fce98af86bd Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Wed, 12 Jan 2011 20:38:16 +0000 Subject: [PATCH] Possibly fixed Issue 753: line tool icon goes black git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1907 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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',