Opened 9 years ago

Last modified 5 years ago

#12383 assigned bug

FillTrangle produces slightly different results if drawn in a BPicture — at Version 1

Reported by: jackburton Owned by: axeld
Priority: low Milestone: Unscheduled
Component: Servers/app_server Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by jackburton)

As shown by the FlattenPictureTest test, FillTriangle produces a slightly different result when invoked inside a BPicture. This happens because there is no FILL_TRIANGLE op in the BPicture encoding, and FillTriangle is translated to a FillPolygon call. Now, I'd expect that FillPolygon(), when called with three points, would produce the same output that FillTriangle does.

Change History (2)

by jackburton, 9 years ago

Attachment: glitch.png added

comment:1 by jackburton, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.