Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
write!(f, r##"
<text x="1" y="{}" font-family="Latin Modern Mono, monospace" font-size="6"
- font-weight="700"f ill="{}" >{:3>}{}{:02}</text>"##,
+ font-weight="700"f ill="{}" >{:>3}{}{:02}</text>"##,
y,
show.text,
mins,
)?;
} else {
write!(f, r##"
- <text x="23" y="13" fill="pink" stroke="red"
- stroke-width="0.1" font-size="8"> -</text>"##
+ <text x="23" y="{}" fill="pink" stroke="red"
+ stroke-width="0.1" font-size="8"> -</text>"##,
+ y
)?;
}
}