Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: negative text-decoration-inset on SVG text fragments</title>
<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">WXYZ12</text>
</svg>