Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70ea751

Browse files
committed
update baselines with pixelRatio forced to 2
1 parent 9779c46 commit 70ea751

File tree

76 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.

76 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) {
46 Bytes

test/image/baselines/gl2d_10.png

-235 Bytes

test/image/baselines/gl2d_12.png

-6.21 KB

test/image/baselines/gl2d_14.png

-1.84 KB

test/image/baselines/gl2d_17.png

-122 Bytes
-614 Bytes
-440 Bytes
-348 Bytes
-137 Bytes
-382 Bytes
-83 Bytes
-66 Bytes
-382 Bytes
-107 Bytes
-145 Bytes
-255 Bytes
-277 Bytes
-307 Bytes

test/image/baselines/gl2d_fonts.png

-109 Bytes
-118 Bytes
-195 Bytes
-97 Bytes
-2.54 KB
-11.3 KB
-2.21 KB
-20.7 KB
-138 Bytes
-187 Bytes
-619 Bytes
-351 Bytes
-817 Bytes
-776 Bytes
-1.15 KB
-2.66 KB
-1.18 KB
-116 Bytes
-299 Bytes
-188 Bytes
-213 Bytes
-135 Bytes
-153 Bytes
-140 Bytes
-1.06 KB
2.49 KB
-43 Bytes
0 Bytes
-383 Bytes

test/image/baselines/splom_0.png

-75 Bytes
289 Bytes

test/image/baselines/splom_dates.png

-88 Bytes

test/image/baselines/splom_iris.png

2.96 KB

test/image/baselines/splom_large.png

-56.4 KB

test/image/baselines/splom_log.png

-1.77 KB
1.46 KB

test/image/baselines/splom_lower.png

1.15 KB
-1.76 KB

test/image/baselines/splom_nodiag.png

2.29 KB
-341 Bytes
1.34 KB

test/image/baselines/splom_upper.png

1.54 KB
-150 Bytes

0 commit comments

Comments
 (0)