Backed out changeset f06972b41abe (bug 1755975) for causing multiple reftest failures CLOSED TREE
This commit is contained in:
@@ -264,7 +264,9 @@ bool SVGDrawingCallback::operator()(gfxContext* aContext,
|
||||
gfxContextAutoSaveRestore contextRestorer(aContext);
|
||||
|
||||
// Clip to aFillRect so that we don't paint outside.
|
||||
aContext->Clip(aFillRect);
|
||||
aContext->NewPath();
|
||||
aContext->Rectangle(aFillRect);
|
||||
aContext->Clip();
|
||||
|
||||
gfxMatrix matrix = aTransform;
|
||||
if (!matrix.Invert()) {
|
||||
|
||||
Reference in New Issue
Block a user