<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Path/normalized(eoFill:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4PathV10normalized6eoFillACSb_tF"
  },
  "title" : "normalized(eoFill:)"
}
-->

# normalized(eoFill:)

Returns a new weakly-simple copy of this path.

```
func normalized(eoFill: Bool = true) -> Path
```

## Parameters

`eoFill`

Whether to use the even-odd rule for determining
which areas to treat as the interior of the paths (if true),
or the non-zero rule (if false).

## Return Value

A new path.

## Discussion

The returned path is a weakly-simple path, has no
self-intersections, and has a normalized orientation. The
result of filling this path using either even-odd or non-zero
fill rules is identical.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)