Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
text
/
textpath-reference-path-on-out-of-use-element.html
blob: b91724fcf96e1930413eecf46137483fd812792a [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<svg>
<defs>
<path
id
=
"svgpath"
d
=
"M100 100 350 100"
/>
<text
id
=
"svgtext"
>
<textPath
xlink:href
=
"#svgpath"
>
Hello, SVG
</textPath>
</text>
</defs>
<use
xlink:href
=
"#svgtext"
/>
</svg>