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 - missing contour lines in some directions using FireFox #3670

Merged
merged 3 commits into from
Mar 25, 2019

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Mar 24, 2019

Fix #3669.
The bug was cased by the level sort function which should have been applied on each direction separately.
Codepen Before
Codepen After
@plotly/plotly_js

@archmoj archmoj added the bug something broken label Mar 24, 2019
package.json Outdated
@@ -86,7 +86,7 @@
"gl-select-box": "^1.0.3",
"gl-spikes2d": "^1.0.2",
"gl-streamtube3d": "^1.2.0",
"gl-surface3d": "^1.4.3",
"gl-surface3d": "git://github.com/gl-vis/gl-surface3d.git#26e04c747b82a5cb645f3bd613e209cf199794d5",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@etpinard
Copy link
Contributor

Brilliant fix 💃 after you bump gl-surface3d !

@archmoj archmoj merged commit 6bde984 into master Mar 25, 2019
@archmoj archmoj deleted the surface-contour-firefox branch March 25, 2019 14:09
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