RESOLVED INVALID45042
[cairo] Include support for rotations to the GraphicsContext::drawTiledShadow
https://bugs.webkit.org/show_bug.cgi?id=45042
Summary [cairo] Include support for rotations to the GraphicsContext::drawTiledShadow
Alejandro G. Castro
Reported 2010-09-01 09:22:43 PDT
Currently drawTiledShadow can just be used if the GraphicContext is not rotated, there are subpixel problems in the tiled regions.
Attachments
Dominik Röttsches (drott)
Comment 1 2012-06-04 05:03:34 PDT
Alejandro, do you have any example or screenshot of what's going wrong? Or any test case names that are affected by this?
Alejandro G. Castro
Comment 2 2012-06-11 02:25:02 PDT
(In reply to comment #1) > Alejandro, do you have any example or screenshot of what's going wrong? Or any test case names that are affected by this? Sorry for the late answer, I'm not sure about the current situation of this issue. This bug comes from when we initially implemented tiling in ContextShadow. I thought Simon added a fix to this problem in ShadowBlur, that replaced ContextShadow but I've just checked the condition is still in the code. Basically the tiling when rotated showed some visual artifacts, you can test it forcing tiling (big shadowed rect), adding some rotation and commenting the lines that avoids the tiling in these cases in ShadowBlur.cpp. Adding Sam so he can add information about current situation. I hope this helps.
Alejandro G. Castro
Comment 3 2016-01-26 09:24:28 PST
Currently this does not make sense anymore.
Note You need to log in before you can comment on or make changes to this bug.