Sign in
apache
/
xmlgraphics-batik
/
refs/heads/anim
/
.
/
test-resources
/
org
/
apache
/
batik
/
bridge
/
function.js
blob: b0948e7253cccd68ef4cc2179640283fd74910d0 [
file
]
var
f
=
new
Function
(
"alert('I was able to evaluate a Function')"
);
document
.
documentElement
.
addEventListener
(
'SVGLoad'
,
f
,
false
);