Skip to content

Commit

Permalink
Merge pull request #1179 from b-editor/feat/remove-inverse-pathfilltype
Browse files Browse the repository at this point in the history
Remove inverse PathFillType enum values
  • Loading branch information
yuto-trd authored Nov 28, 2024
2 parents 75c9e11 + 6308fb2 commit 1e97b71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Beutl.Engine/Media/Geometry/PathFillType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ public enum PathFillType
{
Winding = 0,
EvenOdd = 1,
InverseWinding = 2,
InverseEvenOdd = 3
}

0 comments on commit 1e97b71

Please sign in to comment.