---
title: CGPathDrawingMode.eoFill
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cgpathdrawingmode/eofill
---

# CGPathDrawingMode.eoFill

Render the area within the path using the even-odd rule.

## Declaration

```swift
case eoFill
```

## See Also

### Constants

- [CGPathDrawingMode.fill](coregraphics/cgpathdrawingmode/fill.md)
- [CGPathDrawingMode.stroke](coregraphics/cgpathdrawingmode/stroke.md)
- [CGPathDrawingMode.fillStroke](coregraphics/cgpathdrawingmode/fillstroke.md)
- [CGPathDrawingMode.eoFillStroke](coregraphics/cgpathdrawingmode/eofillstroke.md)
