Re: poly line issue

2020-11-10 Thread Chris Sorenson
My reasoning is: Entire shape is within clipping/bounding (as far as I can see at least), the line joins should "join correctly", the polylines consist of the same points (another test I made) but still the diamond is only rendered correctly if the rightmost corner is first/last. To me this

Re: poly line issue

2020-11-10 Thread Per Dalgas Jakobsen
On 11/10/20 1:43 AM, Sam Varshavchik wrote: > On Mon, Nov 9, 2020 at 4:30 PM Per Dalgas Jakobsen wrote: >> Drawing a diamond seems to render correctly only if started (end ended) >> at the right-most corner, drawing from any other corner causes the >> right-most pixel not to be rendered. > libxcb

poly line issue

2020-11-09 Thread Per Dalgas Jakobsen
Hi, I'm trying to learn coding with XCB and found an issue the XCB people think should be placed her. Drawing a diamond seems to render correctly only if started (end ended) at the right-most corner, drawing from any other corner causes the right-most pixel not to be rendered. As I'm new to XCB

Re: poly line issue

2020-11-09 Thread Sam Varshavchik
On Mon, Nov 9, 2020 at 4:30 PM Per Dalgas Jakobsen wrote: > > Hi, > > I'm trying to learn coding with XCB and found an issue the XCB people > think should be placed her. > Drawing a diamond seems to render correctly only if started (end ended) > at the right-most corner, drawing from any other