Bug 19397

Summary: REGRESSION (3.1-TOT): Box-shadow renders weird when rotating a div with border radius
Product: WebKit Reporter: Henrik Wannheden <henriok>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P1 Keywords: HasReduction, Regression
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://henrik.tramsebyxa.se/bugs/box-shadow-rotate-radius/
Attachments:
Description Flags
Make all CSS shadows transformable darin: review+

Description Henrik Wannheden 2008-06-04 14:16:13 PDT
When applying a box-shadow to a rotated div with border radius, the shadow renders in the wrong direction (or in any case, I cant figure out how to use it). It doesn't follow the rotation, and it isn't applied as it would on an un-rotated div.

Renders GREAT in Safari 3.1 though.
Comment 1 mitz 2008-06-05 01:09:55 PDT
Created attachment 21504 [details]
Make all CSS shadows transformable
Comment 2 Darin Adler 2008-06-05 07:16:59 PDT
Comment on attachment 21504 [details]
Make all CSS shadows transformable

I'd like to see a comment about what the 1 pixel slop is good for.
Comment 3 mitz 2008-06-05 09:56:35 PDT
Fixed in <http://trac.webkit.org/changeset/34377>.