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] remove update_user_matrix from text3d #534

Merged
merged 3 commits into from Jan 24, 2022

Conversation

skoudoro
Copy link
Contributor

@skoudoro skoudoro commented Jan 24, 2022

This PR should fix #526. Text justification of vtkTextActor3D is working fine so we remove our patch and create a utility function for later use just in case we need it again.

@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #534 (9c83faf) into master (17f61dd) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #534      +/-   ##
==========================================
- Coverage   81.91%   81.89%   -0.03%     
==========================================
  Files          54       54              
  Lines       10652    10659       +7     
  Branches     1071     1067       -4     
==========================================
+ Hits         8726     8729       +3     
- Misses       1662     1667       +5     
+ Partials      264      263       -1     
Impacted Files Coverage Δ
fury/fury/tests/test_utils.py 93.43% <0.00%> (-1.98%) ⬇️
fury/fury/actor.py 87.72% <0.00%> (-0.12%) ⬇️
fury/fury/utils.py 85.98% <0.00%> (+0.10%) ⬆️
fury/fury/data/fetcher.py 77.09% <0.00%> (+1.52%) ⬆️

@Garyfallidis Garyfallidis merged commit 62527fa into fury-gl:master Jan 24, 2022
@skoudoro skoudoro deleted the fix-user-matrix branch October 13, 2022 12:46
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.

Text justification in vtkTextActor3D
2 participants