| Index: src/core/SkDistanceFieldGen.h
|
| diff --git a/src/core/SkDistanceFieldGen.h b/src/core/SkDistanceFieldGen.h
|
| index 4a09ace107f16c241fdaeddbd084e5a89f952126..11736a489ad10717785eb9e277edda9290853fbe 100644
|
| --- a/src/core/SkDistanceFieldGen.h
|
| +++ b/src/core/SkDistanceFieldGen.h
|
| @@ -10,7 +10,7 @@
|
| #include "SkTypes.h"
|
|
|
| // the max magnitude for the distance field
|
| -// distance values are limited to the range [-SK_DistanceFieldMagnitude, SK_DistanceFieldMagnitude)
|
| +// distance values are limited to the range (-SK_DistanceFieldMagnitude, SK_DistanceFieldMagnitude]
|
| #define SK_DistanceFieldMagnitude 4
|
| // we need to pad around the original glyph to allow our maximum distance of
|
| // SK_DistanceFieldMagnitude texels away from any edge
|
|
|