Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
svg
/
custom
/
textPath-change-id-expected.svg
blob: 7f4e700e318381a7ab531db98e6b730ade914dfe [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:xlink
=
"http://www.w3.org/1999/xlink"
>
<path
id
=
"foo"
d
=
"M150 50 L 450 50"
/>
<text>
<textPath
id
=
"theTP"
xlink:href
=
"#foo"
>
PASS
</textPath>
</text>
</svg>