Skip to content

Commit

Permalink
feat: remove inverse PathFillType enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Nov 28, 2024
1 parent 97aab46 commit 6308fb2
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 6308fb2

Please sign in to comment.