Set shape label

You can configure shapes so that the dynamically set shape label is automatically displayed as part of the shape.

To do this, add a new <text> element with id="ShapeLabel" in the SVG code. The displayed text automatically adapts to the name of the concrete shape, which you can configure separately for each shape on the schematic.

<text id="ShapeLabel" x="10" y="30" text-anchor="middle" />

After the shape has been dragged onto a schematic, the name can be adapted as required in the Properties sidebar. The name assigned by default corresponds to the type of the shape, e.g. “Humidifier”.