Index: src/core/SkEdgeClipper.cpp |
=================================================================== |
--- src/core/SkEdgeClipper.cpp (revision 9062) |
+++ src/core/SkEdgeClipper.cpp (working copy) |
@@ -288,6 +288,7 @@ |
// the chopper, we force those conditions now |
tmp[3].fY = clip.fTop; |
clamp_ge(tmp[4].fY, clip.fTop); |
+ clamp_ge(tmp[5].fY, tmp[4].fY); |
caryclark
2013/05/08 21:07:35
update the comment above?
reed1
2013/05/08 21:08:03
Done.
|
pts[0] = tmp[3]; |
pts[1] = tmp[4]; |