add merge test for document with object stream

This commit is contained in:
Eliot Jones
2020-04-16 20:57:57 +01:00
parent 635ae13a77
commit e382e581ba
2 changed files with 42 additions and 2 deletions

View File

@@ -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;