On 3/21/2011 9:12 AM, Jerry Jacobs wrote: > Dear all, > > I figured out that kicad under OS X has problems with hairline drawing > not only with the sheet frame. Also with the hairline width text in > gerbview DCode circles and the sketch mode in pcbnew. > I tried digging in the sourcecode for the penwidth but did not yet > figured out where I need to change to make it work.
Jerry, GRSetColorPen() in common/gr_basic.cpp gets called before lines are drawn to set the pen width, color, etc. You can experiment with setting a minimum pen width here until you get the results you are looking for. Wayne > > Kind regards, > Jerry Jacobs > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

