mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Also a rationalization of text polygon generators, with the "standard" version inherited from BOARD_ITEM now giving the bounding box. This requires callers who want the (much) more expensive stroke-based one to call it explicitly (and brings PCB_TEXT in line with the was FP_TEXT already was. Fixes https://gitlab.com/kicad/code/kicad/issues/6525