Skip to content

Commit b46e126

Browse files
authored
add newline
1 parent d1fa1dd commit b46e126

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

base/display/canvas.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,6 +1847,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
18471847
var tmpCanvas = CachedCanvases.getCanvas('inlineImage', w, h);
18481848
var tmpCtx = tmpCanvas.context;
18491849
putBinaryImageData(tmpCtx, imgData);
1850+
18501851
for (var i = 0, ii = map.length; i < ii; i++) {
18511852
var entry = map[i];
18521853
ctx.save();

0 commit comments

Comments
 (0)