created svgedit main object, moved all namespaces handling in the same place
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2411 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -3529,7 +3529,7 @@
|
||||
testEl.removeAttribute('style');
|
||||
var svgdocbox = paintBox.fill.rect.ownerDocument;
|
||||
// Use this to test support for blur element. Seems to work to test support in Webkit
|
||||
var blurTest = svgdocbox.createElementNS('http://www.w3.org/2000/svg', 'feGaussianBlur');
|
||||
var blurTest = svgdocbox.createElementNS(svgedit.NS.SVG, 'feGaussianBlur');
|
||||
if (typeof blurTest.stdDeviationX === 'undefined') {
|
||||
$('#tool_blur').hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user