Create PdfPath

Rename ClippingRule to FillingRule
Move FillingRule from Subpath to Path
This commit is contained in:
BobLd
2020-04-02 16:19:38 +01:00
committed by Eliot Jones
parent ab6a0f11fc
commit 6677641b37
8 changed files with 38 additions and 27 deletions

View File

@@ -29,7 +29,7 @@
/// <inheritdoc />
public void Run(IOperationContext operationContext)
{
operationContext.ModifyClippingIntersect(PdfPig.Core.ClippingRule.EvenOdd);
operationContext.ModifyClippingIntersect(PdfPig.Core.FillingRule.EvenOdd);
}
/// <inheritdoc />

View File

@@ -29,7 +29,7 @@
/// <inheritdoc />
public void Run(IOperationContext operationContext)
{
operationContext.ModifyClippingIntersect(PdfPig.Core.ClippingRule.NonZeroWinding);
operationContext.ModifyClippingIntersect(PdfPig.Core.FillingRule.NonZeroWinding);
}
/// <inheritdoc />