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

FIX: close the path on GeoSpines around the boundary #2186

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

greglucas
Copy link
Contributor

The GeoSpine class surrounds the entire region and thus should be closed. Previously, there would be a small gap at the corner of closure due to the capstyle of the lines being "butt" by default. To avoid any capstyle issues, we can just set the path to be closed.

Most of the updates were quite small, but the images were already small enough so they seemed reasonable to change. I did bump the tolerance on one image because it was such an even smaller change to 0.03.

closes #2184

Rationale

Implications

@greglucas greglucas added this to the 0.22 milestone Jun 6, 2023
The GeoSpine class surrounds the entire region and thus should be closed.
Previously, there would be a small gap at the corner of closure due
to the capstyle of the lines being "butt" by default. To avoid any
capstyle issues, we can just set the path to be closed.
@dopplershift dopplershift merged commit 3ebd4a4 into SciTools:main Jun 7, 2023
@greglucas greglucas deleted the close-boundary branch June 9, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spines form incomplete junctions with some projections
3 participants