[webkit-reviews] review requested: [Bug 41580] [chromium] Fix radial gradients : [Attachment 60473] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 4 11:11:28 PDT 2010


Nico Weber <thakis at chromium.org> has asked  for review:
Bug 41580: [chromium] Fix radial gradients
https://bugs.webkit.org/show_bug.cgi?id=41580

Attachment 60473: patch
https://bugs.webkit.org/attachment.cgi?id=60473&action=review

------- Additional Comments from Nico Weber <thakis at chromium.org>
In theory, we could also check if r0 > 0 and r1 == 0, then swap the order of
the colors, and create a one-point radial, but that seems like overkill (and
should be done in skia, not here, anyway).


More information about the webkit-reviews mailing list