-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Preserve marker size in scattergl traces with different glPixelRatio values #3637
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
Conversation
package.json
Outdated
@@ -104,7 +104,7 @@ | |||
"regl": "^1.3.11", | |||
"regl-error2d": "^2.0.6", | |||
"regl-line2d": "3.0.13", | |||
"regl-scatter2d": "^3.1.3", | |||
"regl-scatter2d": "git://github.com/gl-vis/regl-scatter2d.git#6a8f3576467f41bc2f8d6a4e78c646e933532439", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @archmoj for looking into this issue! This might give a new life to my old Orca PR #3237 😄 Can you explain why we're completely dropping |
We don't completely drop |
I was misled by the bad |
Cool. Thanks @archmoj Can you turn https://github.com/gl-vis/regl-scatter2d/compare/fix3246-glPixelRatio-change-marker-size into a PR and ping @dy ? Tagging this under 1.46.0 |
Dropping from 1.46.0 |
…o-change-marker-size
…ant as if pixelRatio was 2
It was better to redo the PR in #5093 than fixing these conflicts. |
Fix #3246 for
scattergl
trace.Before codepen.
After codepen.