mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 19:05:01 +08:00
remove clipping to fix CanGetArtifact() test
This commit is contained in:
@@ -82,7 +82,8 @@ namespace UglyToad.PdfPig.Tests.Integration
|
||||
[Fact]
|
||||
public void CanGetArtifact()
|
||||
{
|
||||
using (var document = PdfDocument.Open(GetPath1()))
|
||||
// deactivate clipping for the moment
|
||||
using (var document = PdfDocument.Open(GetPath1(), new ParsingOptions() { ClipPaths = false }))
|
||||
{
|
||||
var page = document.GetPage(2);
|
||||
var mcs = page.GetMarkedContents();
|
||||
|
Reference in New Issue
Block a user