mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 11:45:02 +00:00
gnujpdf library
pdf clipping fix
This commit is contained in:
@@ -325,9 +325,6 @@ public class DualGraphics2D extends Graphics2D {
|
||||
@Override
|
||||
public void setClip(Shape clip) {
|
||||
first.setClip(clip);
|
||||
if (clip == null) {
|
||||
clip = new Rectangle2D.Double(0, 0, Integer.MAX_VALUE, Integer.MAX_VALUE); //?
|
||||
}
|
||||
second.setClip(clip);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user