From 88254b03ccd351d5acc4ba582f0e9c092a60f433 Mon Sep 17 00:00:00 2001 From: scuri Date: Tue, 28 Sep 2010 17:32:52 +0000 Subject: Fixed: polygon filling in CD_IMAGERGB driver when there are many horizontal lines in sequence on the same polygon. --- html/en/history.html | 4 ++++ mak.vc9/cdcore.vcproj | 4 ++++ src/sim/sim_linepolyfill.c | 16 +++++++++++++--- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/html/en/history.html b/html/en/history.html index 678a7b5..e5f073f 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -46,6 +46,10 @@ Fixed: background transparency was not being considered when backopacity was set to OPAQUE after the background color was set in the GDI+ base driver. +
  • + Fixed: polygon filling in CD_IMAGERGB + driver when there are many horizontal lines in sequence on the same + polygon.
  • Version 5.4 (24/June/2010)