зеркало из https://github.com/mozilla/pjs.git
Bug 584663: Make sure we begin a new path for the rectangle/fill call. r=vlad
--HG-- extra : rebase_source : e2fe17353d43e90432f78c7e5848b9d74dee73f2
This commit is contained in:
Родитель
16c7aad23e
Коммит
df96c766fc
|
@ -3539,6 +3539,7 @@ nsCanvasRenderingContext2D::DrawImage(nsIDOMElement *imgElt, float a1,
|
|||
|
||||
/* Direct2D isn't very good at clipping so use Fill() when we can */
|
||||
if (CurrentState().globalAlpha == 1.0f && mThebes->CurrentOperator() == gfxContext::OPERATOR_OVER) {
|
||||
mThebes->NewPath();
|
||||
mThebes->Rectangle(clip);
|
||||
mThebes->Fill();
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче