mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-18 19:22:37 +00:00
Fixed #1858 Adding same ExtGState multiple times
This commit is contained in:
@@ -35,6 +35,7 @@ All notable changes to this project will be documented in this file.
|
||||
- Exporting DefineJPEG3/4 with alpha channel to PNG produced JPEG instead
|
||||
- AS3 package level const with function value - separate P-code for trait and method
|
||||
- Slot/const trait proper p-code indentation
|
||||
- [#1858] Adding same ExtGState multiple times
|
||||
|
||||
### Changed
|
||||
- Warning before switching deobfuscation is now optional
|
||||
|
||||
BIN
lib/gnujpdf.jar
BIN
lib/gnujpdf.jar
Binary file not shown.
@@ -454,7 +454,9 @@ public class PDFPage extends PDFObject implements Serializable {
|
||||
}
|
||||
|
||||
public void addExtGStateResource(String resource) {
|
||||
extGStateResources.add(resource);
|
||||
if (!extGStateResources.contains(resource)) {
|
||||
extGStateResources.add(resource);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user