-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
fix bug when sinAngle is < 1. the value of expandWidth was too much: #12434
base: main
Are you sure you want to change the base?
Conversation
limit it to the default: expandWidth = width * 0.5;
Thank you for the pull request, @mickae1! ✅ We can confirm we have a CLA on file for you. |
Thanks for the fix @mickae1! This fix looks reasonable to me. I'll test this out shortly to confirm. |
a quick sandcastle to test it : |
Thanks @mickae1! I was able to verify this is working in your example, as well as with existing polyline dash materials and the meridian edge case. Please add a summary to |
In the CHANGES.md, can I just put :
fix bug when sinAngle is < 1. the value of expandWidth was too much
…On Tue, Jan 21, 2025 at 8:44 PM Gabby Getz ***@***.***> wrote:
Thanks @mickae1 <https://github.com/mickae1>! I was able to verify this
is working in your example, as well as with existing polyline dash
materials and the meridian edge case.
Please add a summary to CHANGES.md and yourself to CONTRIBUTORS.md if you
haven't done so already. Then this should be all good to merge!
—
Reply to this email directly, view it on GitHub
<#12434 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAHMCFWWSCC4GX6MRW7ZN32L2PTBAVCNFSM6AAAAABVFOXRNSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBVGU4TKNJVG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@mickae1 Sure. You can link to the fixed issue as well. Thanks@ |
fix bug when sinAngle is < 1. the value of expandWidth was too much:
limit it to the default: expandWidth = width * 0.5;
fix issue: #12427
and maybe this one : #7645