[Webkit-unassigned] [Bug 62492] box-shadow rendered differently from Firefox with negative spread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 11 09:44:35 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62492





--- Comment #5 from Alex Yaroshevich <qfox at ya.ru>  2011-06-11 09:44:35 PST ---
That's not only if spread is negative. I'm sure.
I must recalculate spread-radius for pretty now by algo:
  If spread > 0 then firefox-spread = spread*3/2;
  Elseif spread < 0 then firefox-spread = spread*2/3;
But if FF is doing render as told in spec I could say chrome-and-opera-radius ;-) and could do inversion of calculations.

Box-shadow render with spread-radius == 0 is fine (almost equal). And don't if spread is not eq to zero. Afaik.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list