mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 00:17:37 +00:00
gnujpdf setTranform uses cm operator
This commit is contained in:
@@ -622,7 +622,8 @@ public class FrameExporter {
|
||||
}
|
||||
}
|
||||
|
||||
g2.drawTransparentStringWithTransform(text.toString(), (float) x, (float) y, trans.toTransform());
|
||||
g2.setTransform(trans.toTransform());
|
||||
g2.drawTransparentString(text.toString(), (float) x, (float) y);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user