1 <?xml version=
"1.0" standalone=
"no"?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG 1.1//EN"
3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4 <svg width=
"6cm" height=
"5cm" viewBox=
"0 0 600 500"
5 xmlns=
"http://www.w3.org/2000/svg" version=
"1.1" onload=
"runTest()">
7 function circle_click(evt) {
8 evt.target.setAttribute(
"fill",
"green");
11 if (window.eventSender) {
12 eventSender.mouseMoveTo(
100,
100);
13 eventSender.mouseDown();
14 eventSender.mouseUp();
18 <circle onclick=
"circle_click(evt)" cx=
"300" cy=
"225" r=
"100" fill=
"red"/>