We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25e25a commit 2474262Copy full SHA for 2474262
1 file changed
tests/index.js
@@ -573,7 +573,7 @@ test('lasso selection with publish("select")', async t => {
573
574
test('point hover with publish("pointover") and publish("pointout")', async t => {
575
const dim = 200;
576
- const hdim = dim / window.devicePixelRatio;
+ const hdim = dim / 2;
577
const canvas = createCanvas(dim, dim);
578
const scatterplot = createScatterplot({ canvas, width: dim, height: dim });
579
0 commit comments