[Webkit-unassigned] [Bug 29563] [Qt] -webkit-box-shadow property does not work in Qt WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 06:07:32 PST 2009


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





--- Comment #1 from Dirk Schulze <krit at webkit.org>  2009-11-18 06:07:30 PST ---
Created an attachment (id=43432)
 --> (https://bugs.webkit.org/attachment.cgi?id=43432)
blur shadow for boxes

This is a basic implementation for a _blurred_ box-shadow for simple rects. It
needs more improvement. I miss a masking operation on Qt that other
graphic-librarys provide (like cairo_mask_surface()). I just could find a 1bit
mask for QPixmap. :-/ Thats why the current version needs to blur all channels,
not just alpha.

This is just an initial Patch and shouldn't be reviewed or landed.

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