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 se
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
On 11/10/20 1:43 AM, Sam Varshavchik wrote:
> libxcb has no involvement with actual drawing or rendering. It's sole
> function is to transmit requests, and all their parameters, to the X
> server which then executes them. libxcb is really just a very thin
> mapping layer between a functional API an
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 cor