| Index: src/core/SkScan_Antihair.cpp
|
| diff --git a/src/core/SkScan_Antihair.cpp b/src/core/SkScan_Antihair.cpp
|
| index d0341510a95f7d0f956b88b04a8a389d4a71efcb..a3305e2dc80bf7feed193b13e79da7376111ba59 100644
|
| --- a/src/core/SkScan_Antihair.cpp
|
| +++ b/src/core/SkScan_Antihair.cpp
|
| @@ -625,7 +625,7 @@ void SkScan::AntiHairLineRgn(const SkPoint& pt0, const SkPoint& pt1,
|
| since the 1/2 pixel boundary is important to the antihair blitter,
|
| we don't want to risk numerical fate by chopping on that edge.
|
| */
|
| - clipBounds.inset(-SK_Scalar1, -SK_Scalar1);
|
| + clipBounds.outset(SK_Scalar1, SK_Scalar1);
|
|
|
| if (!SkLineClipper::IntersectLine(pts, clipBounds, pts)) {
|
| return;
|
|
|