[webkit-reviews] review granted: [Bug 31507] REGRESSION: [CAIRO] wrong drawing of Gradients and Patterns on texts : [Attachment 89073] Patch updated to ToT and using PlatformContextCairo
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 26 16:41:12 PDT 2011
Dirk Schulze <krit at webkit.org> has granted Martin Robinson
<mrobinson at webkit.org>'s request for review:
Bug 31507: REGRESSION: [CAIRO] wrong drawing of Gradients and Patterns on texts
https://bugs.webkit.org/show_bug.cgi?id=31507
Attachment 89073: Patch updated to ToT and using PlatformContextCairo
https://bugs.webkit.org/attachment.cgi?id=89073&action=review
------- Additional Comments from Dirk Schulze <krit at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=89073&action=review
Great patch. r=me
> Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp:135
> + cairo_set_source_rgb(shadowContext, 1.0, 0.0, 0.0);
use 1 and 0
More information about the webkit-reviews
mailing list