Skip to content

Commit

Permalink
Fix for issues #1047 (#1050)
Browse files Browse the repository at this point in the history
* Fixed issues discussed in #992

* Fix for Issue #1047
  • Loading branch information
Lonzak committed Feb 14, 2024
1 parent 6bda8c2 commit c6027b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ else if (objReal instanceof PdfStream) {
double y = box.getBottom();

rotation = rotation % 360;
if (rotation == 90 || rotation == 270) {
if (rotation == 90 || rotation == 180) {
x += box.getWidth();
}
if (rotation == 180 || rotation == 270) {
Expand Down
Binary file not shown.

0 comments on commit c6027b5

Please sign in to comment.