mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 310321 - fix path update logic for nonmarkable objects. r=scooter
This commit is contained in:
parent
6fe5b3ee79
commit
bc682e35f3
@ -1019,11 +1019,12 @@ void nsSVGPathGeometryFrame::UpdateGraphic(PRUint32 flags,
|
||||
mMarkerRegion = GetCoveredRegion();
|
||||
if (mMarkerRegion)
|
||||
outerSVGFrame->InvalidateRegion(mMarkerRegion, PR_TRUE);
|
||||
} else {
|
||||
if (dirty_region)
|
||||
outerSVGFrame->InvalidateRegion(dirty_region, PR_TRUE);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (dirty_region)
|
||||
outerSVGFrame->InvalidateRegion(dirty_region, PR_TRUE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user