| Index: Source/core/rendering/svg/RenderSVGResourceFilter.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourceFilter.cpp b/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
|
| index 9ac14f0c0db0cc8d825343d29268a9bee0d759ba..83dc22ba53cee2f037efc6e715248985a00586fa 100644
|
| --- a/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
|
| @@ -104,6 +104,7 @@ PassRefPtr<SVGFilterBuilder> RenderSVGResourceFilter::buildPrimitives(SVGFilter*
|
| static void beginDeferredFilter(GraphicsContext* context, FilterData* filterData)
|
| {
|
| context->beginRecording(filterData->boundaries);
|
| + context->setShouldSmoothFonts(false);
|
| // We pass the boundaries to SkPictureImageFilter so it knows the
|
| // world-space position of the filter primitives. It gets them
|
| // from the DisplayList, which also applies the inverse translate
|
|
|