Skip to content

Commit a446aac

Browse files
authored
Fix for issue flutter/flutter#66502. (flutter#21372)
1 parent 87a10f2 commit a446aac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web_ui/lib/src/engine/canvaskit/path.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ class CkPath implements ui.Path {
257257

258258
@override
259259
void reset() {
260+
_fillType = ui.PathFillType.nonZero;
260261
_skPath.reset();
261262
}
262263

0 commit comments

Comments
 (0)