Skip to content

Commit 2474262

Browse files
author
Fritz Lekschas
committed
Revert
1 parent c25e25a commit 2474262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ test('lasso selection with publish("select")', async t => {
573573

574574
test('point hover with publish("pointover") and publish("pointout")', async t => {
575575
const dim = 200;
576-
const hdim = dim / window.devicePixelRatio;
576+
const hdim = dim / 2;
577577
const canvas = createCanvas(dim, dim);
578578
const scatterplot = createScatterplot({ canvas, width: dim, height: dim });
579579

0 commit comments

Comments
 (0)