Chromium Code Reviews| Index: gm/strokerect.cpp |
| diff --git a/gm/strokerect.cpp b/gm/strokerect.cpp |
| index c1904953d69e60fca752342c7af3ad1ac5fab64a..f7e36057dff838a91a05f4c288d36d1267da0260 100644 |
| --- a/gm/strokerect.cpp |
| +++ b/gm/strokerect.cpp |
| @@ -79,6 +79,9 @@ protected: |
| { 0, 0, W, 0 }, |
| { 0, 0, 0, H }, |
| { 0, 0, 0, 0 }, |
| + { 0, 0, W, FLT_EPSILON }, |
| + { 0, 0, FLT_EPSILON, H }, |
| + { 0, 0, FLT_EPSILON, FLT_EPSILON }, |
| }; |
| for (int doFill = 0; doFill <= 1; ++doFill) { |