Skip to content

Commit d15b171

Browse files
committed
update baselines after forcing pixelRatio to 2
1 parent 9779c46 commit d15b171

File tree

545 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

545 files changed

+1
-1
lines changed

src/lib/prepare_regl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = function prepareRegl(gd, extensions) {
4242
antialias: !d.pick,
4343
preserveDrawingBuffer: true
4444
},
45-
pixelRatio: gd._context.plotGlPixelRatio || global.devicePixelRatio,
45+
pixelRatio: 2 || gd._context.plotGlPixelRatio || global.devicePixelRatio,
4646
extensions: extensions || []
4747
});
4848
} catch(e) {

test/image/baselines/0.png

1.32 KB

test/image/baselines/1.png

629 Bytes

test/image/baselines/10.png

279 Bytes

test/image/baselines/11.png

963 Bytes

test/image/baselines/12.png

1.3 KB

test/image/baselines/13.png

896 Bytes

test/image/baselines/14.png

1.47 KB

test/image/baselines/15.png

744 Bytes

test/image/baselines/16.png

1.4 KB

0 commit comments

Comments
 (0)