Opened 9 years ago
Last modified 6 years ago
#12383 assigned bug
FillTrangle produces slightly different results if drawn in a BPicture — at Initial Version
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
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 it's handled using FillPolygon. Now, I'd expect that FillPolygon(), when called with three points, would produce the same output that FillTriangle does.
Note:
See TracTickets
for help on using tickets.