Problem Note 12948: Backround color shows through other elements when TRANSPARENCY graphics
option is set
When creating a graph using a hardware font, a GIF device driver, and
the TRANSPARENCY graphics option set, text written over other objects
such as bars may have blocks of the background color around it. For
example:
goptions reset=all dev=gif transparency ftext="Arial";
ods listing close;
ods path sasuser.tmplmst(update) sashelp.tmplmst(read);
proc template;
define style bcolor;
parent=styles.default;
style body from body / background=yellow;
end;
run;
quit;
ods html body='body.html'style=bcolor;
pattern v=s c=blue;
proc gchart data=sashelp.class;
vbar age / discrete inside=freq;
run;
quit;
ods html close;
goptions reset=all;
ods listing;
The background of the HTML page is yellow, and the bars are blue. The
frequency count will appear inside the bar, inside a yellow box.
To circumvent the problem, select a software font for the text, or
remove the TRANSPARENCY option from the GOPTIONS statement and set CBACK
on the GOPTIONS statement and CFRAME on the procedure action statement
to the same color as the intended BGCOLOR.
A fix for SAS 9.1.3 (9.1 TS1M3) for this issue is available at:
http://www.sas.com/techsup/download/hotfix/e9_sbcs_prod_list.html#012948
For customers running SAS with Asian Language Support (DBCS), this
fix should be downloaded from:
http://www.sas.com/techsup/download/hotfix/e9_dbcs_prod_list.html#012948
Operating System and Release Information
SAS System | SAS/GRAPH | Microsoft Windows NT Workstation | 9.1 TS1M0 | |
Microsoft Windows XP Professional | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows 2000 Professional | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows 2000 Server | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M0 | 9.2 TS1M0 |
64-bit Enabled Solaris | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M0 | 9.2 TS1M0 |
z/OS | 9.1 TS1M0 | 9.2 TS1M0 |
Linux | 9.1 TS1M0 | 9.2 TS1M0 |
HP-UX IPF | 9.1 TS1M0 | 9.2 TS1M0 |
64-bit Enabled HP-UX | 9.1 TS1M0 | 9.2 TS1M0 |
OpenVMS Alpha | 9.1 TS1M0 | 9.2 TS1M0 |
64-bit Enabled AIX | 9.1 TS1M0 | 9.2 TS1M0 |
Tru64 UNIX | 9.1 TS1M0 | 9.2 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Topic: | Third Party ==> Output ==> Device Drivers ==> GIF, JPEG, PNG
|
Date Modified: | 2005-10-19 07:11:39 |
Date Created: | 2004-07-30 11:44:47 |