Bug 19397 - REGRESSION (3.1-TOT): Box-shadow renders weird when rotating a div with border radius
Summary: REGRESSION (3.1-TOT): Box-shadow renders weird when rotating a div with borde...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Nobody
URL: http://henrik.tramsebyxa.se/bugs/box-...
Keywords: HasReduction, Regression
Depends on:
Blocks:
 
Reported: 2008-06-04 14:16 PDT by Henrik Wannheden
Modified: 2008-06-05 09:56 PDT (History)
1 user (show)

See Also:


Attachments
Make all CSS shadows transformable (65.77 KB, patch)
2008-06-05 01:09 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.