BookmarkSubscribeRSS Feed
RoyPardee
Obsidian | Level 7

Hey All,

 

Just discovered the HTML5 ODS output destination & created a lovely inline SVG with SGPLOT--yay!  

 

It looks great in chrome (Version 55.0.2883.87) but gets rendered as sad sad text in IE 11.0.9600.18638.  

 

I'm using SAS 9.4 (TS1M2)  on the X64_7PRO platform, with the daisy style.

 

Is this known/expected behavior?  Is it fixed in an upcoming release maybe?

 

Thanks!

 

-Roy

 

2 REPLIES 2
DonnaA_SAS
SAS Employee

Hi Roy,

 

I don't think this is a known behavior.  Would it be possible for you to attach a sample html file that displays the problem when viewed in IE11?

By default the font will be embedded in the inline SVG in the file.  It may help to try with nonembedded fonts instead.  To do this, specify:

options nofontembedding;

 

Thanks,

Donna

Christoph_S
SAS Employee
Hi Roy,
unfortunately you ran into a big Microsoft Bug for the IE11. Its memory handling in conjunction with HTML5 is not this performant what makes working with that browser very slow.
Please have a look at the SAS note 60514. http://support.sas.com/kb/60/514.html
There might be other problems related to this IE11 behaviour so the best you can do (as of today) is to use another browser, as you already tried.
Regards Christoph

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 4283 views
  • 4 likes
  • 3 in conversation