mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 19:05:01 +08:00
Check if CurrentSubpath is null in CloseSubpath()
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
{
|
||||
}
|
||||
|
||||
public PdfPoint CloseSubpath()
|
||||
public PdfPoint? CloseSubpath()
|
||||
{
|
||||
return new PdfPoint();
|
||||
}
|
||||
|
Reference in New Issue
Block a user