Thread Tools Display Modes
Prev Previous Post   Next Post Next
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.
 
 

WoWInterface » Site Forums » Archived Beta Forums » Legion Beta archived threads » [7.1] Font drop shadow off by 1px on y-axis

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off