|
Rank: Member Groups: Member
Joined: 2/6/2012 Posts: 21
|
I've just upgraded EO.Pdf from 2011.2 to 2012 and found that CSS text-shadow is not rendering in v2012. It was working fine in v2011.2. e.g.
Code: HTML/ASPX
<style>
.blah { text-shadow: 1px 1px 0 #888 }
<style>
<p class='blah'>this should have a shadow!</p>
ETA for a fix? :-)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
We are not aware that this is supported on 2011.2. Can you let us know which build you were using?
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/6/2012 Posts: 21
|
Trust me, it was. I was using 3.0.110.2. Now using 4.0.18.2. Here's a screenshotEDIT: updated screenshot link
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Thanks. We do see the problem now. We were testing with the code you posted but didn't notice that your <style> element didn't close. So it wans't working on either version. We will look into this and get back to you as soon as possible.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
We have posted a new build that should fix this problem. Please see your private message for the download location.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/6/2012 Posts: 21
|
Awesome, just tried it out and it looks good. Thanks for your excellent support!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
You are very welcome. Please feel free to let us know if there is anything else.
|
|