diff options
Diffstat (limited to 'src/core/SkPath.cpp')
-rw-r--r-- | src/core/SkPath.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp index de90896a56..3d5ccda786 100644 --- a/src/core/SkPath.cpp +++ b/src/core/SkPath.cpp @@ -62,6 +62,8 @@ private: fPath = path; fDirty = path->fFastBoundsIsDirty; fEmpty = path->isEmpty(); + // can't use fRect for our bounds unless we know is upright and proper + fRect.sort(); } }; |