Skip to content
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

Point colors default to black even though they are provided #214

Open
rpadmanabhan opened this issue Jan 30, 2025 · 1 comment
Open

Point colors default to black even though they are provided #214

rpadmanabhan opened this issue Jan 30, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@rpadmanabhan
Copy link

rpadmanabhan commented Jan 30, 2025

Hi,

I noticed an issue after switching to the latest regl-scatterplot release. I notice some strange behaviour with point colors in certain cases.
The issue is triggered when I make 2 or more draw calls in succession, with the 2nd draw having the same first k colors as the first but extra colors thereafter. The remaining colors seem to be get colored as black.
I made a reproducible e.g. here, after you click the button there are 2 draw calls, the 2nd one should have an additional orange point but we get a black instead.

I did not have this issue with version 1.12.

Thanks for making so many new features available, really appreciate your work on this great library.

Best

@flekschas flekschas added the bug Something isn't working label Feb 9, 2025
@flekschas
Copy link
Owner

Thanks for reporting and sorry about the glitch. It looks like the second color texture doesn't get uploaded properly. I'll investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants