[webkit-reviews] review granted: [Bug 20543] SVG should use the new Gradient support on GraphicsContext : [Attachment 24025] Move gradient spread method to GraphicsContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 2 12:29:45 PDT 2008


Eric Seidel <eric at webkit.org> has granted Dirk Schulze <vbs85 at gmx.de>'s request
for review:
Bug 20543: SVG should use the new Gradient support on GraphicsContext
https://bugs.webkit.org/show_bug.cgi?id=20543

Attachment 24025: Move gradient spread method to GraphicsContext
https://bugs.webkit.org/attachment.cgi?id=24025&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
 108		 attributes.setSpreadMethod((GradientSpreadMethod)
current->spreadMethod());

Should be changed to use static_cast.

Otherwise looks fine.


More information about the webkit-reviews mailing list