[Webkit-unassigned] [Bug 46475] [Cairo] Activate ContextShadow in all places where shadows are drawn

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 10:31:01 PDT 2010


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





--- Comment #6 from Dirk Schulze <krit at webkit.org>  2010-10-06 10:31:02 PST ---
(From update of attachment 68802)
View in context: https://bugs.webkit.org/attachment.cgi?id=68802&action=review

LayoutTests/platform/gtk/fast/text/shadow-no-blur looks a bit strange. Is this really a progression?

Of course you have to update the patch. :-)

> WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp:160
> +enum PathDrawingStyle { Fill, Stroke };
> +static inline void drawPathShadow(GraphicsContext* context, GraphicsContextPrivate* gcp, PathDrawingStyle drawingStyle)

I would add a newline. Doesn't an enum for fill and stroke exists some how?

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