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
master
Alexis Deveria 2011-01-12 20:38:16 +00:00
parent d3bfb4a46c
commit 15165fe7b9
1 changed files with 1 additions and 2 deletions

View File

@ -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',