1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" onload=
"runRepaintTest()">
2 <script xlink:
href=
"../../fast/repaint/resources/text-based-repaint.js" />
4 function repaintTest() {
5 var fe = document.getElementById(
"fe");
6 fe.in1.baseVal =
"SourceGraphic";
9 <filter id=
"f" x=
"0%" y=
"0%" width=
"100%" height=
"100%">
10 <feComponentTransfer id=
"fe" in=
"SourceAlpha">
11 <feFuncG type=
"identity"/>
12 </feComponentTransfer>
14 <rect width=
"100" height=
"100" fill=
"rgb(0,255,0)" filter=
"url(#f)"/>