Closed KatieWoe closed 9 months ago
As noted in https://github.com/phetsims/scenery/issues/1289#issuecomment-1918407536:
@jonathanolson models-of-the-hydrogen-atom started failing CT (on every cycle) on 1/30/24 @ 7:04PM -- right around the time that you pushed https://github.com/phetsims/scenery/commit/1df1747e64c22d11fa316e16ab05211bca3047d7. Related?
Commit above, potentially related. Let me know if this seems to fix the error?
@jonathanolson In https://github.com/phetsims/models-of-the-hydrogen-atom/commit/bebf6f93694c9ad2b37eac8281f9ef05e7a46f39, this.canvasBounds
looks OK. But should it be set before calling this.invalidatePaint
?
It should be ok, it just needs the canvasBounds set before the animation frame happens.