diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/en/drv/pdf.html | 2 | ||||
-rw-r--r-- | html/en/drv/svg.html | 2 | ||||
-rw-r--r-- | html/en/history.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/html/en/drv/pdf.html b/html/en/drv/pdf.html index 379d43c..4fba6b8 100644 --- a/html/en/drv/pdf.html +++ b/html/en/drv/pdf.html @@ -196,7 +196,7 @@ the vertex where there is a hole in a string ("%g %d %d" = angle x y).</li> </ul> <ul> - <li>"<b><font face="Courier">OPAQUE</font></b>": allows the usage of a global + <li>"<b><font face="Courier">OPACITY</font></b>": allows the usage of a global opacity value. The value passed must be a string containing an integer ("%d") [0=full transparent, 255=full opaque]. Use NULL to reset to the default. Default: 255.</li> diff --git a/html/en/drv/svg.html b/html/en/drv/svg.html index 5bfb1f8..10a0952 100644 --- a/html/en/drv/svg.html +++ b/html/en/drv/svg.html @@ -94,7 +94,7 @@ to the file generated by the CD library. (set only)</li> </ul> <ul> - <li>"<b><font face="Courier">OPAQUE</font></b>": allows the usage of a global + <li>"<b><font face="Courier">OPACITY</font></b>": allows the usage of a global opacity value. The value passed must be a string containing an integer ("%d") [0=full transparent, 255=full opaque]. Use NULL to reset to the default. Default: 255.</li> diff --git a/html/en/history.html b/html/en/history.html index 1d65938..2eadf72 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -21,7 +21,7 @@ <h2>History of Changes</h2> <h3>CVS (26/Feb/2010)</h3> <ul> - <li><span style="color: #0000FF">New:</span> CMD, OPAQUE and HATCHBOXSIZE + <li><span style="color: #0000FF">New:</span> "CMD", "OPACITY" and "HATCHBOXSIZE" attributes in the SVG driver.</li> <li><span style="color: #FF0000">Fixed:</span> PDF driver documentation, <strong>CanvasBackOpacity</strong> and <strong>CanvasBackground</strong> are @@ -209,7 +209,7 @@ </ul> <h3>Version 5.0 (26/Nov/2007)</h3> <ul> - <li><span style="color: #0000FF">New:</span> attributes "OPAQUE", "PATTERN" + <li><span style="color: #0000FF">New:</span> attributes "OPACITY", "PATTERN" and "PDF" in the CD_PDF driver.</li> <li><span style="color: #0000FF">New:</span> XRender base driver.</li> <li><span style="color: #008000">Changed:</span> PDF Lite library updated to |