We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please look .
https://codepen.io/erwanmas/pen/dqQrbR
The issue is generated by https://github.com/mapbox/earcut in https://github.com/a-vis/regl-line2d . AND earcut doesn't guarantee correctness
https://github.com/mapbox/earcut/blob/master/README.md
a simple console.log here https://github.com/a-vis/regl-line2d/blob/b9d56d51e1598c4ee7a9a5e0a733e920daf63c2d/index.js#L520 will output only 1 triangle , instead of 2 triangles
The text was updated successfully, but these errors were encountered:
fill: toself
Thanks for the very clear example 🔬
I merged your ticket into #2291 (comment), which also discusses scattergl fill toself issues.
toself
Sorry, something went wrong.
This not specific to fill:toself , you have the same issue with fill:tozerox and for fill:tozeroy
cc #2284
No branches or pull requests
Please look .
https://codepen.io/erwanmas/pen/dqQrbR
The issue is generated by https://github.com/mapbox/earcut in https://github.com/a-vis/regl-line2d . AND earcut doesn't guarantee correctness
https://github.com/mapbox/earcut/blob/master/README.md
a simple console.log here https://github.com/a-vis/regl-line2d/blob/b9d56d51e1598c4ee7a9a5e0a733e920daf63c2d/index.js#L520 will output only 1 triangle , instead of 2 triangles
The text was updated successfully, but these errors were encountered: