| Index: src/core/SkRecordDraw.cpp
|
| diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp
|
| index db4e87fbcee70cbeecb56d6d86e207aeb29b428c..a14b0316955dd0b1c93448c1bcd2410c5f74bae8 100644
|
| --- a/src/core/SkRecordDraw.cpp
|
| +++ b/src/core/SkRecordDraw.cpp
|
| @@ -316,7 +316,7 @@ private:
|
| #ifdef SK_DEBUG
|
| SkRect correct = *rect;
|
| #endif
|
| - const SkScalar yPad = 1.5f * paint.getTextSize(), // In practice, this seems to be enough.
|
| + const SkScalar yPad = 2.0f * paint.getTextSize(), // In practice, this seems to be enough.
|
| xPad = 4.0f * yPad; // Hack for very wide Github logo font.
|
| rect->outset(xPad, yPad);
|
| #ifdef SK_DEBUG
|
|
|