#1194·diagrams

Raspbian label gets hidden by icon

Author: jpaine126Created Dec 23, 2025Updated Dec 23, 2025

When using a label with Raspbian, the label gets hidden. Using a height attr of 2.2 works, but this should probably be handled in the buffer logic. This probably happens for other taller icons also, but I have not checked.

from diagrams.generic.os import Raspbian

with Diagram():
    Raspbian("label")
    Raspbian("label", height="2.2")