2 "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
3 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
4 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en">
6 <title>Bug
13052 - Text not rendered in a second inline SVG element
</title>
8 <p>Below two svg areas are shown. Both should have the text aligned to the paths in the same way (Bug
13052).
</p>
10 <svg xmlns=
"http://www.w3.org/2000/svg" height=
"100" width=
"100">
11 <path d=
"M38,38c0-12,24-15,23-2c0,9-16,13-16,23v7h11v-4c0-9,17-12,17-27c-2-22-45-22-45,3zM45,70h11v11h-11z" fill=
"#371"/>
12 <text x=
"10px" y=
"50px">PASS
</text>
14 <svg xmlns=
"http://www.w3.org/2000/svg" height=
"100" width=
"100">
15 <path d=
"M38,38c0-12,24-15,23-2c0,9-16,13-16,23v7h11v-4c0-9,17-12,17-27c-2-22-45-22-45,3zM45,70h11v11h-11z" fill=
"#371"/>
16 <text x=
"10px" y=
"50px">PASS
</text>