examples
examples copied to clipboard
[BUG] - pixi example mouse trail on chrome (windows 8.1)
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.
I decided to check my chrome on webglreport.com:
Firefox receives the green OK message for webgl1 and webgl2. Opera and chrome have the same results.
System says the driver is up to date.
I also have ubuntu 16.04 running on the same PC and the bug doesn't happen there (tested latest chrome and firefox).
Is there any workaround?