зеркало из https://github.com/mozilla/pluotsorbet.git
don't translate clipping rect
This commit is contained in:
Родитель
e915558235
Коммит
c3d9f7832d
2
midp.js
2
midp.js
|
@ -775,7 +775,7 @@ MIDP.draw = function(g, anchor, x, y, w, h, cb) {
|
||||||
if (clipped) {
|
if (clipped) {
|
||||||
ctx.save();
|
ctx.save();
|
||||||
ctx.beginPath();
|
ctx.beginPath();
|
||||||
ctx.rect(clipX1 - transX, clipY1 - transY, clipX2 - clipX1, clipY2 - clipY1);
|
ctx.rect(clipX1, clipY1, clipX2 - clipX1, clipY2 - clipY1);
|
||||||
ctx.clip();
|
ctx.clip();
|
||||||
}
|
}
|
||||||
x += transX;
|
x += transX;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче