THausherr commented on PR #371:
URL: https://github.com/apache/pdfbox/pull/371#issuecomment-3621869974

   I've added some logging and found the actual cause when I tested it, which 
is that scaleX is 0 when a page is rotated. I should have known better, because 
this is a well known flaw that we have encountered before, and it has now been 
fixed as well by using `new 
Matrix(graphics2D.getTransform()).getScalingFactorX()`. Thank you for finding 
this. You can close the PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to