We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0b863 commit 93ca4caCopy full SHA for 93ca4ca
src/canvas.ios.ts
@@ -848,7 +848,7 @@ export class Path implements IPath {
848
CGPathAddEllipseInRect(this._path, null, rect);
849
}
850
isInverseFillType(): boolean {
851
- return this._fillType === FillType.INVERSE_EVEN_ODD || this._fillType === FillType.INVERSE_EVEN_ODD;
+ return this._fillType === FillType.INVERSE_EVEN_ODD || this._fillType === FillType.INVERSE_WINDING;
852
853
set(path: Path): void {
854
this._path = CGPathCreateMutableCopy(path._path);
0 commit comments