Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text-decor/text-decoration-inset-svg-fragment-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="fuzzy" content="maxDifference=0-33; totalPixels=0-10">
<title>CSS Text Decoration 4: negative text-decoration-inset on SVG text fragments</title>
<link rel="help" href="https://drafts.csswg.org/css-text-decor-4/#text-decoration-skip-inset-property">
<link rel="author" title="Helmut Januschka" href="mailto:helmut@januschka.com">
<link rel="match" href="reference/text-decoration-inset-svg-fragment-002-ref.html">
<style>
text {
font: 42px/1 monospace;
text-decoration-line: underline;
text-decoration-color: black;
text-decoration-thickness: 3px;
text-decoration-inset: -12px;
}
</style>
<svg width="420" height="100">
<text x="30" y="62"><tspan>WXYZ</tspan><tspan>12</tspan></text>
</svg>