Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,8 @@ PDRectangle getBBox()
Point2D getOrigin()
{
Rectangle2D r;
if (flipTG)
boolean useFlipBranch = !flipTG || !transparencyGroupStack.isEmpty();
if (!useFlipBranch)
{
// Fixes PDFBOX-5966 and PDFBOX-5251, but not pdfium 1317, which has similar PDF code.
// https://bugs.chromium.org/p/pdfium/issues/detail?id=1317
Expand Down