RPIC

dot

rpic extension, inspired by Pikchr. dot places a tiny solid circle — the junction marker every wiring diagram needs, native instead of the classic circuit-macros dot(P) macro idiom.

.PS
box "in" wid 0.55 ht 0.4
line right 0.4
H: Here
arrow right 0.4
box "out" wid 0.55 ht 0.4
dot at H
line -> from H down 0.5 then right 0.4
box "log" wid 0.55 ht 0.4
.PE
in out log

Rules

.PS
dot at (0, 0)
dot at (0.4, 0) rad 0.06
dot at (0.8, 0) colored "firebrick"
dotrad = 0.02
dot at (1.2, 0)
"default · rad 0.06 · colored · dotrad 0.02" at (0.6, -0.3)
.PE
default · rad 0.06 · colored · dotrad 0.02

The circuit library’s old dot(P) macro was retired in favor of the primitive; corpus figures render byte-for-byte the same.