diff options
| author | scuri <scuri> | 2010-02-27 21:49:25 +0000 | 
|---|---|---|
| committer | scuri <scuri> | 2010-02-27 21:49:25 +0000 | 
| commit | e78601f7c788d1206aa60a57a169bb6d02b748bd (patch) | |
| tree | 83adad627e1d74463c8c2f162b3edc50c797f269 /html | |
| parent | 4ed27b8eecc984e0a139eef301da535936733b1d (diff) | |
Fixed: alpha transparency in CanvasArc and Bezier polygon in the IMAGERGB driver.
Diffstat (limited to '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 7692bb2..1d65938 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -27,8 +27,11 @@  	<strong>CanvasBackOpacity</strong> and <strong>CanvasBackground</strong> are   	supported.</li>  	<li><span style="color: #FF0000">Fixed:</span> SVG driver support for  -	BackOpacity=OPAQUE in Hatch. Transform and Clipping conflict. InteriorStyle  +	<strong>BackOpacity</strong>=OPAQUE in Hatch. Transform and Clipping conflict.  +	<strong>InteriorStyle</strong>   	initialization. Pattern orientation was upside down.</li> +	<li><span style="color: #FF0000">Fixed:</span> alpha transparency in <strong> +	CanvasArc</strong> and Bezier polygon in the IMAGERGB driver.</li>  </ul>  <h3><a href="http://sourceforge.net/projects/canvasdraw/files/5.3/">Version 5.3</a> (26/Jan/2010)</h3>  <ul>  | 
