Sign in
webkit
/
WebKit
/
dbb3923cafb6f84475e7a38fbee3e22998746738
/
.
/
LayoutTests
/
svg
/
text
/
textpath-local-url-reference.html
blob: d563d92da683e80d6e640a78b55596f745b79165 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<base
href
=
"http://www.example.com/"
>
<script
src
=
"../../resources/ahem.js"
></script>
<svg>
<path
id
=
"path"
d
=
"M0,80h100"
/>
<text
font-size
=
"100"
font-family
=
"Ahem"
fill
=
"green"
><textPath
href
=
"#path"
>
X
</textPath></textPath>
</svg>