jquery added svg element fix
parent
84fbff7d51
commit
a7f1a26b6f
File diff suppressed because one or more lines are too long
|
@ -1492,7 +1492,7 @@ function Paper(w, h) {
|
|||
desc,
|
||||
defs,
|
||||
proto = Paper.prototype;
|
||||
if (w && w.tagName == "svg") {
|
||||
if (w && w.tagName.toLowerCase() == "svg") {
|
||||
if (w.snap in hub) {
|
||||
return hub[w.snap];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue