• Vincent Povirk's avatar
    gdiplus: Don't draw outside of gradient lines. · cb478a32
    Vincent Povirk authored
    Currently, gradients are drawn by filling a series of quadrilaterals,
    with one side equal to a gradient line and the other side equal to the
    edge of the bounding rectangle of the area being filled. A single
    pixel can be filled many times, and that causes flicker.
    cb478a32
graphics.c 98.9 KB