Skip to content

Commit 93ca4ca

Browse files
committed
fix: typo fix
1 parent 4f0b863 commit 93ca4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/canvas.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ export class Path implements IPath {
848848
CGPathAddEllipseInRect(this._path, null, rect);
849849
}
850850
isInverseFillType(): boolean {
851-
return this._fillType === FillType.INVERSE_EVEN_ODD || this._fillType === FillType.INVERSE_EVEN_ODD;
851+
return this._fillType === FillType.INVERSE_EVEN_ODD || this._fillType === FillType.INVERSE_WINDING;
852852
}
853853
set(path: Path): void {
854854
this._path = CGPathCreateMutableCopy(path._path);

0 commit comments

Comments
 (0)