2008-11-11 Dirk Schulze <vbs85@gmx.de>
WebCore:
Reviewed by Darin Adler.
Removed default: in applySpreadMethod. This causes the problems
in radial gradients. We don't need CAIRO_EXTEND_NONE in SVG, Canvas
or CSS.
* platform/graphics/cairo/GraphicsContextCairo.cpp:
(WebCore::applySpreadMethod):
LayoutTests:
Reviewed by Darin Adler.
Check behavior of default spreadMethod on radial gradients.
* fast/canvas/canvas-radial-gradient-spreadMethod-expected.txt: Added.
* fast/canvas/canvas-radial-gradient-spreadMethod.html: Added.
* fast/canvas/canvas-radial-gradient-spreadMethod.js: Added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@38302 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 44b58ef..e0483db 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2008-11-11 Dirk Schulze <vbs85@gmx.de>
+
+ Reviewed by Darin Adler.
+
+ Removed default: in applySpreadMethod. This causes the problems
+ in radial gradients. We don't need CAIRO_EXTEND_NONE in SVG, Canvas
+ or CSS.
+
+ * platform/graphics/cairo/GraphicsContextCairo.cpp:
+ (WebCore::applySpreadMethod):
+
2008-11-11 Ariya Hidayat <ariya.hidayat@trolltech.com>
Reviewed by Tor Arne Vestbø.