diff options
author | scuri <scuri> | 2010-08-11 18:59:02 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-08-11 18:59:02 +0000 |
commit | 9cbce601c709dc301887316d8952567ceee341c2 (patch) | |
tree | 8d3ff78219d32f1df61955acb7743388e5f0150b /html/en/history.html | |
parent | 7709d543806354bf7fbe405f7761830e463d9bc3 (diff) |
# Fixed: cdCanvasClear not considering the transparency of the background color in the GDI+ base driver and in the CD_GL driver.
# Fixed: background transparency was not being considered when backopacity was set to OPAQUE after the background color was set in the GDI+ base driver.
Diffstat (limited to 'html/en/history.html')
-rw-r--r-- | html/en/history.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html/en/history.html b/html/en/history.html index 1a11558..678a7b5 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -38,6 +38,14 @@ <li> <span class="hist_fixed">Fixed:</span> canvas:Transform when nil is used to reset the transformation.</li> + <li> + <span class="hist_fixed">Fixed:</span> <strong>cdCanvasClear</strong> + not considering the transparency of the background color in the GDI+ + base driver and in the CD_GL driver.</li> + <li> + <span class="hist_fixed">Fixed:</span> background transparency was not + being considered when backopacity was set to OPAQUE after the background + color was set in the GDI+ base driver.</li> </ul> <h3><a href="http://sourceforge.net/projects/canvasdraw/files/5.4/">Version 5.4</a> (24/June/2010)</h3> <ul> |