From 910e22997c988cd2c685e4f5d2feb58c4a645f5e Mon Sep 17 00:00:00 2001 From: BobLd Date: Mon, 23 Nov 2020 11:13:46 +0000 Subject: [PATCH] Remove CurrentTransformationMatrix from IOperationContext. --- src/UglyToad.PdfPig/Graphics/IOperationContext.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/UglyToad.PdfPig/Graphics/IOperationContext.cs b/src/UglyToad.PdfPig/Graphics/IOperationContext.cs index 41555c65..70a3929d 100644 --- a/src/UglyToad.PdfPig/Graphics/IOperationContext.cs +++ b/src/UglyToad.PdfPig/Graphics/IOperationContext.cs @@ -25,11 +25,6 @@ /// TextMatrices TextMatrices { get; } - /// - /// The current transformation matrix - /// - TransformationMatrix CurrentTransformationMatrix { get; } - /// /// The number of graphics states on the stack. ///