You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The if-statement here has a naively-written condition that does not handle the case where the viewbox minimum is numerically greater than the viewbox maximum on the same axis. I believe the correct code would be:
The text was updated successfully, but these errors were encountered:
Deco
changed the title
Pages with negative viewport coordinates have no text
Pages with viewport coordinates where max<min have no text
Dec 10, 2022
Deco
changed the title
Pages with viewport coordinates where max<min have no text
Pages with viewbox coordinates where max<min have no text
Dec 10, 2022
Attach (recommended) or Link to PDF file here: It contains semi-private information. I can send directly to any dev willing to tackle this issue.
Configuration:
Steps to reproduce the problem:
What is the expected behavior? The text is treated as inside the page.
What went wrong? All text is treated as outside the page.
The problem was introduced by this new code in this commit:
18e3a98#diff-cf40014d9c7d352f3ae212e7fffe5386decf96a10e53066a4d900c3eb8fc559eR2404
The if-statement here has a naively-written condition that does not handle the case where the viewbox minimum is numerically greater than the viewbox maximum on the same axis. I believe the correct code would be:
The text was updated successfully, but these errors were encountered: