kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #06466
Issue in commit rev 2962
Vladimir,
Your commit 2962, that modify gr_basic.cpp, and use ClipAndDrawFilledPoly to clip rectangles is incorrect
Using ClipAndDrawFilledPoly instead of old code has 2 issues:
-1 Rectangles outside the draw area are are still drawn
-2 Rectangles having outlines drawn with a thick pen are drawn with outlines around the draw area.
ClipAndDrawFilledPoly uses Sutherland Hodgman algorithm that do not remove polygon outlines,
and can be used *only* to clip filled polygons having no thick outlines,
i.e. when they are no outline to draw (just a filled area),
therefore not to clip rectangles that outlines must be drawn.
Please, go back to the old code.
--
Jean-Pierre CHARRAS
Follow ups
References
-
New schematic file format.
From: Wayne Stambaugh, 2011-03-29
-
Re: New schematic file format.
From: Dick Hollenbeck, 2011-03-29
-
Re: New schematic file format.
From: Brian Sidebotham, 2011-03-30
-
Strange eeschema behavior at zoom 0.7
From: jp.charras, 2011-03-30
-
Re: Strange eeschema behavior at zoom 0.7
From: Wayne Stambaugh, 2011-03-30
-
Re: Strange eeschema behavior at zoom 0.7
From: jean-pierre charras, 2011-03-30
-
Re: Strange eeschema behavior at zoom 0.7
From: Dick Hollenbeck, 2011-03-30
-
Re: Strange eeschema behavior at zoom 0.7
From: jean-pierre charras, 2011-03-30
-
Re: Strange eeschema behavior at zoom 0.7
From: Wayne Stambaugh, 2011-03-31
-
Re: Strange eeschema behavior at zoom 0.7
From: jean-pierre charras, 2011-04-01
-
Re: Strange eeschema behavior at zoom 0.7
From: Dick Hollenbeck, 2011-04-01
-
Re: Strange eeschema behavior at zoom 0.7
From: Dick Hollenbeck, 2011-04-01
-
Re: Strange eeschema behavior at zoom 0.7
From: jp.charras, 2011-04-01
-
Re: floating point issue ( from Strange eeschema behavior at zoom 0.7) in wxWidgets 2.9.1
From: jp.charras, 2011-04-06
-
Re: floating point issue ( from Strange eeschema behavior at zoom 0.7) in wxWidgets 2.9.1
From: Dick Hollenbeck, 2011-04-06
-
Re: floating point issue ( from Strange eeschema behavior at zoom 0.7) in wxWidgets 2.9.1
From: Dick Hollenbeck, 2011-04-06
-
Re: floating point issue ( from Strange eeschema behavior at zoom 0.7) in wxWidgets 2.9.1
From: Dick Hollenbeck, 2011-04-11
-
Re: floating point issue ( from Strange eeschema behavior at zoom 0.7) in wxWidgets 2.9.1
From: Wayne Stambaugh, 2011-04-11
-
Re: floating point issue ( from Strange eeschema behavior at zoom 0.7) in wxWidgets 2.9.1
From: jean-pierre charras, 2011-04-11
-
Re: floating point issue ( from Strange eeschema behavior at zoom 0.7) in wxWidgets 2.9.1
From: Wayne Stambaugh, 2011-04-11
-
Re: floating point issue ( from Strange eeschema behavior at zoom 0.7) in wxWidgets 2.9.1
From: Dick Hollenbeck, 2011-04-11
-
Re: floating point issue ( from Strange eeschema behavior at zoom 0.7) in wxWidgets 2.9.1
From: Brian Sidebotham, 2011-04-12
-
Info about floating point issue and strange eeschema behavior at zoom < 1
From: jp.charras, 2011-04-12