Changes between Initial Version and Version 1 of Ticket #12383


Ignore:
Timestamp:
Sep 18, 2015, 7:04:18 PM (9 years ago)
Author:
jackburton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12383 – Description

    initial v1  
    11As shown by the FlattenPictureTest test, FillTriangle produces a slightly different result when invoked inside a BPicture.
    2 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.
     2This 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.