SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 12948: Backround color shows through other elements when TRANSPARENCY graphics option is set

DetailsHotfixAboutRate It
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

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS/GRAPHMicrosoft Windows NT Workstation9.1 TS1M0
Microsoft Windows XP Professional9.1 TS1M09.2 TS1M0
Microsoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M09.2 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M09.2 TS1M0
Microsoft Windows Server 2003 Standard Edition9.1 TS1M09.2 TS1M0
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M09.2 TS1M0
Microsoft Windows 2000 Professional9.1 TS1M09.2 TS1M0
Microsoft Windows 2000 Server9.1 TS1M09.2 TS1M0
Microsoft Windows 2000 Datacenter Server9.1 TS1M09.2 TS1M0
64-bit Enabled Solaris9.1 TS1M09.2 TS1M0
Microsoft Windows 2000 Advanced Server9.1 TS1M09.2 TS1M0
z/OS9.1 TS1M09.2 TS1M0
Linux9.1 TS1M09.2 TS1M0
HP-UX IPF9.1 TS1M09.2 TS1M0
64-bit Enabled HP-UX9.1 TS1M09.2 TS1M0
OpenVMS Alpha9.1 TS1M09.2 TS1M0
64-bit Enabled AIX9.1 TS1M09.2 TS1M0
Tru64 UNIX9.1 TS1M09.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.