| Index: src/utils/SkDashPath.cpp
|
| diff --git a/src/utils/SkDashPath.cpp b/src/utils/SkDashPath.cpp
|
| index 4e34b87eac1b09cb71b20b665ede3de2ed293155..cd01a9972b94695e1a4b27e1e819bb675fcb56e0 100644
|
| --- a/src/utils/SkDashPath.cpp
|
| +++ b/src/utils/SkDashPath.cpp
|
| @@ -242,7 +242,7 @@ bool SkDashPath::FilterDashPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec
|
| SpecialLineRec lineRec;
|
| bool specialLine = lineRec.init(*srcPtr, dst, rec, count >> 1, intervalLength);
|
|
|
| - SkPathMeasure meas(*srcPtr, false);
|
| + SkPathMeasure meas(*srcPtr, false, rec->getResScale());
|
|
|
| do {
|
| bool skipFirstSegment = meas.isClosed();
|
|
|