---
title: CGPathDrawingMode.eoFillStroke
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cgpathdrawingmode/eofillstroke
---

# CGPathDrawingMode.eoFillStroke

First fill and then stroke the path, using the even-odd rule.

## Declaration

```swift
case eoFillStroke
```

## See Also

### Constants

- [CGPathDrawingMode.fill](coregraphics/cgpathdrawingmode/fill.md)
- [CGPathDrawingMode.eoFill](coregraphics/cgpathdrawingmode/eofill.md)
- [CGPathDrawingMode.stroke](coregraphics/cgpathdrawingmode/stroke.md)
- [CGPathDrawingMode.fillStroke](coregraphics/cgpathdrawingmode/fillstroke.md)
