diff options
author | scuri <scuri> | 2009-11-27 22:44:15 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-11-27 22:44:15 +0000 |
commit | d96819756a30e82b52798487343a4fcbdec11a88 (patch) | |
tree | 628d1c0bc03ee7eb443dba2850d34b589f2d32c1 /html/en/history.html | |
parent | c4ca69d3fa84dca98dce71c7a71b61413d6be165 (diff) |
Fixed: polygon filling in the IMAGERGB driver when the segments contain horizontal lines.
Diffstat (limited to 'html/en/history.html')
-rw-r--r-- | html/en/history.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/html/en/history.html b/html/en/history.html index 81db388..b44d176 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -19,7 +19,7 @@ <body> <h2>History of Changes</h2> -<h3>CVS (27/Oct/2009)</h3> +<h3>CVS (27/Nov/2009)</h3> <ul> <li><span class="style1">Changed</span><span class="hist_changed">:</span> Freetype updated to version 2.3.11.</li> @@ -37,9 +37,12 @@ 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 + <li><span style="color: #FF0000">Fixed:</span> compositing in the IMAGERGB + driver when canvas has a semi-transparent alpha channel and a color with semi transparent alpha are used.</li> + <li><span style="color: #FF0000">Fixed:</span> polygon filling in the IMAGERGB + driver when the segments contain horizontal lines.</li> </ul> <h3><a href="http://sourceforge.net/projects/canvasdraw/files/5.2/">Version 5.2</a> (26/Jun/2009)</h3> <ul> |