Skip to content

Commit

Permalink
Merge pull request #177 from rpost/master
Browse files Browse the repository at this point in the history
Loosen access to transform
  • Loading branch information
pbrant authored Apr 21, 2021
2 parents cbb1425 + 167cb22 commit 5e07675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ private PdfTextArray makeJustificationArray(String s, JustificationInfo info) {
return array;
}

private AffineTransform getTransform() {
public AffineTransform getTransform() {
return _transform;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ private PdfTextArray makeJustificationArray(String s, JustificationInfo info) {
return array;
}

private AffineTransform getTransform() {
public AffineTransform getTransform() {
return _transform;
}

Expand Down

0 comments on commit 5e07675

Please sign in to comment.