Index: Source/core/html/HTMLCanvasElement.cpp |
diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp |
index 8c4fd5d7321a6a2ff7693c07fea230531f2ebea6..2f6dcdda4bcaeef5c6da79298fb837501aa54c1e 100644 |
--- a/Source/core/html/HTMLCanvasElement.cpp |
+++ b/Source/core/html/HTMLCanvasElement.cpp |
@@ -482,6 +482,7 @@ void HTMLCanvasElement::createImageBuffer() |
} |
m_imageBuffer->context()->setShouldClampToSourceRect(false); |
+ m_imageBuffer->context()->enableDefaultAntialiasingForImages(); |
m_imageBuffer->context()->setImageInterpolationQuality(CanvasDefaultInterpolationQuality); |
// Enabling MSAA overrides a request to disable antialiasing. This is true regardless of whether the |
// rendering mode is accelerated or not. For consistency, we don't want to apply AA in accelerated |