[Webkit-unassigned] [Bug 51061] REGRESSION (64275): Shape pattern-image fill turns black

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 17:45:46 PDT 2011


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


Tim Horton <timothy_horton at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothy_horton at apple.com




--- Comment #4 from Tim Horton <timothy_horton at apple.com>  2011-06-20 17:45:46 PST ---
Nikolas: have you had a chance to look at this one again? The only interesting thing I noticed was that if the id of the image changes, it works fine, so I agree - some kind of invalidation or caching thing. Also, if you null out the fill attribute, recreate the image, and reset the fill after a setTimeout with 0 delay (via Matt), that fixes it, but if you fail to null out the fill, no amount of time will fix it, so I don't think it's a timing thing. (Seems like setFill isn't getting called in the case where the value of the fill property hasn't changed, even if the thing it's referencing has, and some important stuff happens downwind of setFill)

If you don't get a chance, I'll get back to playing with it at some point.

-- 
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