We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fa1dd commit b46e126Copy full SHA for b46e126
1 file changed
base/display/canvas.js
@@ -1847,6 +1847,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
1847
var tmpCanvas = CachedCanvases.getCanvas('inlineImage', w, h);
1848
var tmpCtx = tmpCanvas.context;
1849
putBinaryImageData(tmpCtx, imgData);
1850
+
1851
for (var i = 0, ii = map.length; i < ii; i++) {
1852
var entry = map[i];
1853
ctx.save();
0 commit comments