Fix for issue flutter/#66502. (#21372)

This commit is contained in:
Luigi Rosso 2020-10-02 09:10:11 -07:00 committed by GitHub
parent 87a10f240f
commit a446aac02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,6 +257,7 @@ class CkPath implements ui.Path {
@override
void reset() {
_fillType = ui.PathFillType.nonZero;
_skPath.reset();
}