-
-
Notifications
You must be signed in to change notification settings - Fork 376
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(ImageMapper): label outlines with I/J slicing #3152
Conversation
This fixes outline rendering in VolView PR: Kitware/VolView#670 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but I prefer @sedghi to review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it makes sense, can we just make sure the original data also works now?
Which original data? The existing tests pass, and I'll adapt tests from @PaulHax for I and J slicing. |
I've added I+J slicing tests. |
🎉 This PR is included in version 32.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Context
#3135
Results
Using
setUseLabelOutline(true)
with the ImageMapper will now work with the other slicing modes.Changes
PR and Code Checklist
npm run reformat
to have correctly formatted codeTesting
I'll add tests later. Just wanted to get this out first.