1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
2 <text style=
"opacity:0.0;" y=
"25" fill=
"red" >Fail!
</text>
3 <text style=
"opacity:0.5;" y=
"50" fill=
"green">Success! (should be half opacity as should the image below)
</text>
4 <image xlink:
href=
"resources/green-checker.png" y=
"55" height=
"100" width=
"100" style=
"opacity:0.5;"/>
5 <image xlink:
href=
"resources/red-checker.png" y=
"55" height=
"100" width=
"100" style=
"opacity:0.0;"/>