Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a446aac

Browse files
authored
Fix for issue flutter/#66502. (#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)