From 2d5210e453e5c77477190813274018cfa99279b6 Mon Sep 17 00:00:00 2001 From: lightest Date: Fri, 22 Mar 2024 23:36:08 +0000 Subject: [PATCH] added size update. --- src/visual/DotStim.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/visual/DotStim.js b/src/visual/DotStim.js index 2b657e3..1b4f93d 100644 --- a/src/visual/DotStim.js +++ b/src/visual/DotStim.js @@ -487,6 +487,7 @@ export class DotStim extends VisualStim // this._needPixiUpdate = false; // } + this._size_px = util.to_px(this._size, this.units, this.win); this._pixi.zIndex = -this._depth; this.opacity = this._opacity; this.anchor = this._anchor;