--- In [email protected], "Danilo Uccelli" <[EMAIL PROTECTED]> > Can you give us more information? > From which version to which version? > Which OS? > An example of part?
>From the 28 aug 2006 to the latest Linux binary (downloaded last week)... pick for example in the device lib some part with a filled rect or circle (NOT polygon)... my device lib is extensively edited but IIRC there was one inductor with the filled dot. Or simply make a new part with a filled rect, save, exit and reload BTW in the .lib format description there isn't any field for that fill option (I.E. in the polygon P record there is the DC field, but neither in the rectangle S or in the ring C record there is something similar). But in the file that info is there! Like for example: DEF INDUCTOR L 0 30 N N 1 F N F0 "L" 0 100 60 H V C C F1 "INDUCTOR" 0 -100 60 H V C C DRAW S -150 50 150 -50 0 1 0 F X 2 2 200 0 50 L 50 50 0 1 P X 1 1 -200 0 50 R 50 50 0 1 P ENDDRAW ENDDEF notice the F at the end of the S record... maybe they rewrote the lib loader and left that out :P Maybe I should check in the developer list...
