You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
I'm using pixi v4.8.5 in my project and when I started to test it in one old notebook I noticed a bug in PIXI.mesh.Rope. Went to the official pixi examples to see how it would behave and realized the bug also happens there.
Expected Behavior
Current Behavior
Environment
pixi.js version: 4.8.5
Browser: CHROME 81.0.4044.92
OS: Windows 8.1 Pro
Graphics card: Intel HD Graphics 3000
The same thing happens in v5 with the latest pixi version (using PIXI.SimpleRope).
The bug is also present when running on Opera (Version 67.0.3575.137).
It doesn't happen in Firefox (75.0).
If I use the flag forceCanves: true it works as expected, but the performance is not good.
The flag legacy: true doesn't fix it.