From e78601f7c788d1206aa60a57a169bb6d02b748bd Mon Sep 17 00:00:00 2001 From: scuri Date: Sat, 27 Feb 2010 21:49:25 +0000 Subject: Fixed: alpha transparency in CanvasArc and Bezier polygon in the IMAGERGB driver. --- html/en/history.html | 5 ++++- src/sim/sim_linepolyfill.c | 44 ++++++++++++++++++++++++-------------------- test/simple/simple.c | 23 +++++++++++++++++------ 3 files changed, 45 insertions(+), 27 deletions(-) diff --git a/html/en/history.html b/html/en/history.html index 7692bb2..1d65938 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -27,8 +27,11 @@ CanvasBackOpacity and CanvasBackground are supported.
  • Fixed: SVG driver support for - BackOpacity=OPAQUE in Hatch. Transform and Clipping conflict. InteriorStyle + BackOpacity=OPAQUE in Hatch. Transform and Clipping conflict. + InteriorStyle initialization. Pattern orientation was upside down.
  • +
  • Fixed: alpha transparency in + CanvasArc and Bezier polygon in the IMAGERGB driver.
  • Version 5.3 (26/Jan/2010)