kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #04400
Re: Re: Plot line width, bug or feature?
jeanpierre_charras kirjoitti:
>
> --- In kicad-devel@xxxxxxxxxxxxxxx
> <mailto:kicad-devel%40yahoogroups.com>, Vesa Solonen <vsolonen@...> wrote:
>>
>> When one changes plot default line width in EESchema, also screen
>> rendered lines get altered. Filled polygon outlines don't get altered on
>> screen, but do on SVG plot. SVG does line width as "minimum" and PS as
>> "default" for pins and wires.
>>
>> This is also apparent on symbol editor and is somewhat disturbing as the
>> symbol system I'm working on uses zero width polygon edges for
>> foreground filled polygons. PS output works, so this is not anything too
>> major. Configurable rendering rules are on my mind though.
>>
>> -Vesa
>>
>
> Should be fixed now
>
> Jean-Pierre Charras
Zero width polygon edges get "default pen" width on screen and plot. SVG
plot works as expected (like PS) now, so I think this is mostly solved.
I understand that real zero width is a bit problematic on pen plotters...
References