diff --git a/static/galene.js b/static/galene.js index 5cb1e34..e005479 100644 --- a/static/galene.js +++ b/static/galene.js @@ -944,6 +944,7 @@ let filters = { ctx.canvas.height = height; ctx.scale(-1, 1); ctx.drawImage(src, -width, 0); + ctx.resetTransform(); return true; }, }, @@ -956,6 +957,7 @@ let filters = { ctx.canvas.height = height; ctx.scale(1, -1); ctx.drawImage(src, 0, -height); + ctx.resetTransform(); return true; }, },