We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90eb7db + 1c16027 commit bc8f86dCopy full SHA for bc8f86d
1 file changed
PdfSharpCore/Drawing/XGraphics.cs
@@ -207,13 +207,11 @@ public sealed class XGraphics : IDisposable
207
form.AssociateGraphics(this);
208
209
_gsStack = new GraphicsStateStack(this);
210
-#if NET5_0
211
_drawGraphics = false;
212
if (form.Owner != null)
213
_renderer = new XGraphicsPdfRenderer(form, this);
214
_pageSize = form.Size;
215
Initialize();
216
-#endif
217
}
218
219
/// <summary>
0 commit comments