mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 02:44:58 +08:00
fix bug with compact font format font matrix reading and where endstream token is missed if immediately following 'e'
This commit is contained in:
@@ -304,7 +304,7 @@
|
||||
|
||||
endStreamPosition = 0;
|
||||
endObjPosition = 0;
|
||||
commonPartPosition = 0;
|
||||
commonPartPosition = (inputBytes.CurrentByte == commonPart[0]) ? 1 : 0;
|
||||
}
|
||||
|
||||
binaryWrite.Write(inputBytes.CurrentByte);
|
||||
|
Reference in New Issue
Block a user