1 <svg xmlns=
"http://www.w3.org/2000/svg">
2 <style type=
"text/css">
5 font-family:
"Liberation";
6 src:url(resources/svg.woff);
10 font-family: Liberation;
18 Test that objectFillOpacity evaluates to 0 when fill="none" even when
19 fill-opacity is set, and similar for objectStrokeOpacity.
21 <text x=
"10" y=
"210" stroke=
"none" fill=
"black">W
</text>
22 <text x=
"10" y=
"410" stroke=
"black" fill=
"none">W
</text>
23 <text x=
"210" y=
"210" stroke=
"none" fill=
"black">X
</text>
24 <text x=
"210" y=
"410" stroke=
"black" fill=
"none">X
</text>