View Single Post
10-26-16, 12:37 PM   #1
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
[7.1] Font drop shadow off by 1px on y-axis

With 7.1 all font drop shadows are off by 1 px on the y-axis.

If you offset the shadow on y-axis by -1 on live (7.1) the shadow is not visible.
That was not the case in 7.0. This effects every single font string that uses drop shadows.



I have to use this now
Lua Code:
  1. font:SetShadowOffset(1,-2)

Instead of
Lua Code:
  1. font:SetShadowOffset(1,-1)
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 10-26-16 at 12:42 PM.