commit | fba9da78acf8853f0074d0518411bafc827f3771 | [log] [tgz] |
---|---|---|
author | caryclark <caryclark@google.com> | Thu May 14 14:18:13 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu May 14 14:18:13 2015 -0700 |
tree | f7a87383e2506ebbb463a41f0f04094ca42852dd | |
parent | 3489ee0f4fa34f124f9de090d12bdc2107d52aa9 [diff] |
fix path op builder The rewrite of path ops caused the inner contour direction to be reversed. This exposed an existing bug in path ops builder, namely that the implicit winding of the internal sum path could hide inner contours if they ended up in the wrong direction. Setting the sum path's fill type to even-odd ensures that the inner contours aren't discarded. R=fmalita@chromium.org BUG=skia:3838 Review URL: https://codereview.chromium.org/1126193004