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/drv | |
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/drv')
-rw-r--r-- | html/en/drv/gdiplus.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/html/en/drv/gdiplus.html b/html/en/drv/gdiplus.html index 2229207..027fda8 100644 --- a/html/en/drv/gdiplus.html +++ b/html/en/drv/gdiplus.html @@ -82,11 +82,6 @@ </ul> <h4>Attributes </h4> <ul> - <li><a href="../func/filled.html#cdBackOpacity"><font face="Courier"><strong> - BackOpacity</strong></font></a>: only changes the transparency of the background color to 0 (transparent) or 255 - (opaque).</li> - <li><a href="../func/filled.html#cdHatch"><font face="Courier"><strong>Hatch</strong></font></a>: - diagonal styles are drawn with anti-aliasing.</li> <li><a href="../func/attributes.html#cdWriteMode"><font face="Courier"> <strong> WriteMode</strong></font></a>: does nothing. There is no support for XOR or NOT_XOR.</li> |