| Parameter | Description |
|---|---|
| fillRule | The fill rule (non-zero or odd-even) to use. Default is non-zero. |
Fills the currently defined path.
| Parameter | Description |
|---|---|
| fillRule | The fill rule (non-zero or odd-even) to use. |
| userData | User-defined identifier propagated to every DrawData produced by this fill. |
Fills the currently defined path and tags every resulting DrawData with the given
user identifier, surfaced on DrawData.userData in mesh modifiers.