mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
add merge test for document with object stream
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
using Tokenization.Scanner;
|
||||
using Tokens;
|
||||
using XObjects;
|
||||
using static UglyToad.PdfPig.Core.PdfSubpath;
|
||||
using static PdfPig.Core.PdfSubpath;
|
||||
|
||||
internal class ContentStreamProcessor : IOperationContext
|
||||
{
|
||||
@@ -540,7 +540,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
var currentState = this.GetCurrentState();
|
||||
var currentState = GetCurrentState();
|
||||
if (CurrentPath.IsStroked)
|
||||
{
|
||||
CurrentPath.LineDashPattern = currentState.LineDashPattern;
|
||||
|
Reference in New Issue
Block a user