Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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="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>