diff options
author | scuri <scuri> | 2009-10-27 19:45:36 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-10-27 19:45:36 +0000 |
commit | c4ca69d3fa84dca98dce71c7a71b61413d6be165 (patch) | |
tree | 8c149cd3deaf31fa406270b26a45982471c8b88e /html/en/history.html | |
parent | 8a059c0ddda38d88aee6c8657b41ef81adb0171c (diff) |
Fixed: compositing in IMAGERGB when canvas has a semi-transparent alpha channel and a color with semi transparent alpha are used.
Diffstat (limited to 'html/en/history.html')
-rw-r--r-- | html/en/history.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/html/en/history.html b/html/en/history.html index 8dd485a..81db388 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -19,7 +19,7 @@ <body> <h2>History of Changes</h2> -<h3>CVS (23/Oct/2009)</h3> +<h3>CVS (27/Oct/2009)</h3> <ul> <li><span class="style1">Changed</span><span class="hist_changed">:</span> Freetype updated to version 2.3.11.</li> @@ -37,6 +37,9 @@ objects in Lua.</li> <li><span style="color: #FF0000">Fixed:</span> <strong>CanvasText</strong> for WD when using text with multiple lines.</li> + <li><span style="color: #FF0000">Fixed:</span> compositing in IMAGERGB when + canvas has a semi-transparent alpha channel and a color with semi transparent alpha + are used.</li> </ul> <h3><a href="http://sourceforge.net/projects/canvasdraw/files/5.2/">Version 5.2</a> (26/Jun/2009)</h3> <ul> |