Open ViniciusResende opened 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 24.45%. Comparing base (
dbf874f
) to head (8365fd1
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@ViniciusResende could you replicate this issue using ohif v2 and cstools?
@igoroctaviano yes, I could replicate both the error and the fix on OHIF v2. Although is not easy to replicate it, since the angle have to be exactly 0.
Please check if the PR fulfills these requirements
[x] The commit message follows our guidelines
[x] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) This PR contains a bug fix. (Reproducible on OHIF V3 and V2)
What is the current behavior? (You can also link to an open issue here) The current behavior is that, if you create a Angle on OHIF currently, if this angle has exactly 0 degrees the text label will not be rendered.
What is the new behavior (if this is a feature change)? Now the 0° label is shown.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) This PR shouldn't introduce any breaking change.
Other information: