Adom 2D Board
Public Made by Adomby adom
Interactive 2D board view: your EDA's own PCB render plus live net/trace highlighting and per-pad stock, price and wiki lookup
Net highlighting ignores copper zone fills (pours don't highlight, e.g. +24V plane)
Migrated from adom/adom-layout-viewer#1 (that page is now a deprecated alias for this one).
Symptom: When highlighting a net in the layout viewer, nets implemented as copper zones/pours do not highlight — only their track segments/arcs/vias light up. The large poured plane stays dim, so a "fat" power net (e.g. +24V) reads as un-highlightable.
Repro: adom/uv-current-monitor-board. Net +24V is net 5 and is poured as 3 filled zones (GND = net 1 and /Power/pre_l = net 119 are also poured). Selecting +24V lights the thin feeder tracks but not the poured plane.
Root cause: the identity-tagged SVG tags segment / arc / via copper with their net, but zone filled_polygon fills are not tagged with the zone's net, so the highlighter has nothing to match on the pour. (Verified in the .kicad_pcb: 5 zone blocks, 54 filled_polygons; +24V/GND/Power carry zones.)
Fix: propagate each zone's net (id + name) onto its rendered fill polygons so pours participate in net highlighting the same as tracks.
