kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #04187
Re: Re: wxDC break through update.
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Wayne Stambaugh <stambaughw@...>
-
Date:
Thu, 11 Feb 2010 11:01:11 -0500
-
In-reply-to:
<4B73BA1F.7080903@...>
-
User-agent:
Thunderbird 2.0.0.23 (Windows/20090812)
jean-pierre.charras@... wrote:
> Wayne Stambaugh a écrit :
>> jean-pierre.charras@... wrote:
>>
>>
>> Oops! I got a little over zealous in my clipping logic. I was
>> incorrect in my original assessment about the unsigned integer bug. I
>> fixed the clipping problem in svn r2326. Hopefully that also resolved
>> the missing graphics items problems as well.
>>
>> Wayne
>>
>>
> Working better now. Thanks.
> Still remains clipping problems in sketch mode with all segments types:
> tracks or graphics items and footprints outlines.
The culprit is clip_line() in gr_basic.cpp. It doesn't clip correctly
when one or both of the end points of a diagonal line bisects the clip
area. I'll see if I can come up with a solution. Maybe there is
something in kbool that can use to solve the problem.
Wayne
Follow ups
References