Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 11047) +++ trunk/doc/TODO (revision 11048) @@ -83,6 +83,7 @@ - "erase" color: - hid->fill_pcb_pv() -> not used by any HID - pcb_pad_clear_callback() -> hopefully drawn on negative mask only (check this) + - holes_after should be set to 1 everywhere, then removed - BUGS: - gtk menu: hotkeys not shown for checkbox menus (settings) - RTT: gerber shouldn't ingore the cnc files Index: trunk/doc/developer/hid_render_comp.html =================================================================== --- trunk/doc/developer/hid_render_comp.html (revision 11047) +++ trunk/doc/developer/hid_render_comp.html (revision 11048) @@ -87,7 +87,8 @@ In positive drawing mode, objects are drawn with whatever color the current GC has. The special color "drill" is used to draw holes that go thru all layers of the board. It is possible that a drill is drawn over existing -objects and new objects are drawn on top of a drilled hole. +objects and new objects are drawn on top of a drilled hole. To get the +proper order, the HID shall set the .holes_after to 1.

(Note: there's no "erase" color anymore.)