Skip to content

BUG: T* 2D Translation consistent with PDF 1.7 Spec #3250

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

Merged

Conversation

hackowitz-af
Copy link
Contributor

@hackowitz-af hackowitz-af commented Apr 11, 2025

Closes #3247

Per the PFD32000.book 9.4.2, the T* is equivalent to 0 -TL TD. This changes the pypdf implementation to be consistent.

Copy link

codecov bot commented Apr 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.59%. Comparing base (96ba79c) to head (076e14e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3250   +/-   ##
=======================================
  Coverage   96.59%   96.59%           
=======================================
  Files          53       53           
  Lines        8957     8959    +2     
  Branches     1648     1648           
=======================================
+ Hits         8652     8654    +2     
  Misses        183      183           
  Partials      122      122           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@stefan6419846 stefan6419846 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. It does not seem to affect other tests and does not look odd for me, thus I see no issue with merging this.

@stefan6419846 stefan6419846 merged commit 7f35d1c into py-pdf:main Apr 14, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

T* Operator Handled Incorrectly
2 participants