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

Bug fix marker positions on date axes for iOS users #3666

Merged

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Mar 22, 2019

Fixes #3660
Unlike circles, the marker vertex & fragment shader programs of regl-scatter2d use medium precision flags which resulted in issue #3660 on iOS devices.
@etpinard
cc: @dy

Codepen-After

@archmoj archmoj added the bug something broken label Mar 22, 2019
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#4dad59f2c2b71eece2931c71b8e3af7f87da2d7f",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make a PR to regl-scatter2d and ping @dy

@etpinard
Copy link
Contributor

💃 thanks!

@archmoj archmoj merged commit 88beaa2 into master Mar 25, 2019
@archmoj archmoj deleted the fix3660-scattergl-dates-and-marker-positions-on-iphone branch March 25, 2019 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants