</clipPath>
<text x="1" y="6" font-family="Latin Modern Mono, monospace"
font-weight="700" font-size="6">123○04</text>
-<text x="23" y="6" clip-path="url(#clockclip42)" font-size="4">Slartibartfast</text>
+<text x="21" y="6" clip-path="url(#clockclip42)" font-size="4">Slartibartfast</text>
<text x="1" y="13" fill="black"
style="font-variant-numeric:normal; font-family:monospace;" font-size="6">909⚑99</text>
-<text x="23" y="13" background="blue" fill="pink" stroke="red"
- stroke-width="0.1" clip-path="url(#clockclip42)" font-size="8"> -</text>
+<text x="27" y="13" background="blue" fill="pink" stroke="red"
+ stroke-width="0.1" clip-path="url(#clockclip42)" font-size="8">-</text>
</g>
)?;
if let Some(nick) = u.nick {
write!(f, r##"
- <text x="23" y="{}" clip-path="url(#def.{}.cl)" font-size="4">{}</text>"##,
+ <text x="21" y="{}" clip-path="url(#def.{}.cl)" font-size="4">{}</text>"##,
y,
vpid,
htmlescape::encode_minimal(nick),
)?;
} else {
write!(f, r##"
- <text x="23" y="{}" fill="pink" stroke="red"
- stroke-width="0.1" font-size="8"> -</text>"##,
+ <text x="27" y="{}" fill="pink" stroke="red"
+ stroke-width="0.1" font-size="8">-</text>"##,
y
)?;
}