We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that antialiasing is not enabled. If I use Polygon objects, I see jagged edges and lines:
Similar problems have been reported before: https://discourse.psychopy.org/t/antialiasing-does-not-work-properly-in-online-experiments/20259
PixiJS supports antialiasing option (http://pixijs.download/release/docs/PIXI.html#.autoDetectRenderer) but as I see it's not enabled in PsychoJS code. I tried to edit the code myself but I wasn't able to work it out.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that antialiasing is not enabled. If I use Polygon objects, I see jagged edges and lines:
Similar problems have been reported before:
https://discourse.psychopy.org/t/antialiasing-does-not-work-properly-in-online-experiments/20259
PixiJS supports antialiasing option (http://pixijs.download/release/docs/PIXI.html#.autoDetectRenderer) but as I see it's not enabled in PsychoJS code. I tried to edit the code myself but I wasn't able to work it out.
The text was updated successfully, but these errors were encountered: