# Sandbox.Utility.Svg.PathFillType

How to determine which sections of the path are filled.

- Kind: enum
- Namespace: `Sandbox.Utility.Svg`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`EvenOdd`](/api/Sandbox.Utility.Svg.PathFillType/EvenOdd): Regions that are enclosed by an odd number of paths are filled, other regions are empty.
- [`Winding`](/api/Sandbox.Utility.Svg.PathFillType/Winding): Clockwise paths are filled, counter-clockwise are empty.
