Bug 1273365 - Check IsForGenerateGlyphMask before doing mask. r=jfkthame

This commit is contained in:
Ethan Lin 2016-07-18 03:09:00 +02:00
parent 139a9bcf21
commit 6e83aa737b

View File

@ -799,7 +799,7 @@ nsSVGIntegrationUtils::PaintFramesWithEffects(const PaintFramesParams& aParams)
}
/* Paint the child */
if (effectProperties.HasValidFilter()) {
if (effectProperties.HasValidFilter() && !aParams.builder->IsForGenerateGlyphMask()) {
RegularFramePaintCallback callback(aParams.builder, aParams.layerManager,
offsetToUserSpace);