Index: src/obj_text.c =================================================================== --- src/obj_text.c (revision 642) +++ src/obj_text.c (revision 643) @@ -169,7 +169,7 @@ return 0; - TODO("librnd4: geo: copy the code from pcb-rnd for calculating the corners; need to move mx tranform code from pcb-rnd code to librnd"); + TODO("TODO: text may be rotated; use rotated box; see sch-rnd text_isc_with_box() triangle tests"); return camv_poly_isc_box(&op, box); }