Pikchr

Minor layout quirks with text in cylinders
Login

Minor layout quirks with text in cylinders

(1) By Stephan Beal (stephan) on 2020-11-20 04:22:55 [source]

This may or may not qualify as a minor cosmetic-only cylinder bug:

This text is too wide for a cylinder:

Auxiliary tables
cylinder "Auxiliary tables"

but when splitting it into two lines, the top line's text touches the top edge of the cylinder:

Auxiliary tables
cylinder "Auxiliary" "tables"

That text should be moved down a bit, ideally vertically centered (if that calculation is possible at this level, else simply nudging it down a few pixels would suffice).

(2) By drh on 2020-11-20 17:58:39 in reply to 1 [link] [source]

Check-in d81581d8c8b14308 shifts the text labels on cylinders downward by 75% of the radius, which seems to be more visually appealing.

(3) By Stephan Beal (stephan) on 2020-11-20 22:58:01 in reply to 2 [link] [source]

Check-in d81581d8c8b14308 shifts the text labels on cylinders downward by 75% of the radius, which seems to be more visually appealing

Perfect, thank you!