mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 19:05:01 +08:00
Implement FillStrokePath() operator and filling rule.
This commit is contained in:
@@ -69,8 +69,13 @@
|
||||
public void StrokePath(bool close)
|
||||
{
|
||||
}
|
||||
public void FillPath(bool close)
|
||||
|
||||
public void FillPath(FillingRule fillingRule, bool close)
|
||||
{
|
||||
}
|
||||
public void FillStrokePath(FillingRule fillingRule, bool close)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void ClosePath()
|
||||
|
Reference in New Issue
Block a user