mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 19:34:31 +00:00
gnujpdf setTranform uses cm operator
This commit is contained in:
BIN
lib/gnujpdf.jar
BIN
lib/gnujpdf.jar
Binary file not shown.
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user