Check if CurrentSubpath is null in CloseSubpath()

This commit is contained in:
BobLd
2020-04-04 13:37:25 +01:00
committed by Eliot Jones
parent 16a17f3b8d
commit ec2dcdc9f4
4 changed files with 13 additions and 4 deletions

View File

@@ -66,7 +66,7 @@
{
}
public PdfPoint CloseSubpath()
public PdfPoint? CloseSubpath()
{
return new PdfPoint();
}