/// set evenOdd to false to use the nonzero winding number rule to determine the region to fill and to true to use the even-odd rule to determine the region to fill
voidfillPath({boolevenOdd=false}){
assert((){
if(!_page.pdfDocument.compress){
if(_page.pdfDocument.verbose){
_buf.putComment('fillPath evenOdd:$evenOdd');
}
returntrue;
...
...
@@ -135,7 +135,7 @@ class PdfGraphics {
/// Draw the contour of the previously defined shape
/// set evenOdd to false to use the nonzero winding number rule to determine the region to fill and to true to use the even-odd rule to determine the region to fill