-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
Graticule labels not rendered with super-sample anti-aliasing enabled #421
Comments
@tkoyama010 I think I've figured this one out and can replicate it in Once I've confirmed the behaviour that I'm seeing, I'll share it here and consider whether to work around it or push a change to |
Thanks. If you can reproduce the code with PyVista code, please get in touch with me or create an issue in PyVista! |
@tkoyama010 Awesome, thanks. Yeah, I've narrowed it down to some inconsistent behaviour within So it's outside I'll raise an issue on |
Reference pyvista/pyvista#4831 |
In order to maintain a backlog of relevant issues, we automatically label them as stale after 180 days of inactivity. If this issue is still important to you, then please comment on this issue and the stale label will be removed. Otherwise this issue will be automatically closed in 28 days time. |
This is still important. |
🐛 Bug Report
Enabling anti-aliasing type
ssaa
results in no labels being rendered for the meridians and parallels of a graticule e.g.,Disabled
FXAA - Fast Approximate Anti-Aliasing
MSAA - Multi-Sample Anti-Aliasing
SSAA - Super-Sample Anti-Aliasing
Environment
Please share the report generated by either of the following CLI commands:
or
python -c "import geovista; print(geovista.Report())"
The text was updated successfully, but these errors were encountered: