Disable both preservefillrule _big and _little for the *ooprddl configs

Change-Id: I8e61bac53dcc6344b766ff60a94c9fae15d1508f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/333485
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
This commit is contained in:
Robert Phillips 2020-11-10 11:10:09 -05:00 committed by Skia Commit-Bot
parent 624f3f7ad8
commit 267826c865

View File

@ -82,6 +82,10 @@ private:
}
auto dContext = GrAsDirectContext(rContext);
if (!dContext) {
*errorMsg = "Requires a direct context.";
return skiagm::DrawResult::kSkip;
}
auto starRect = SkRect::MakeWH(fStarSize, fStarSize);
SkPath star7_winding = ToolUtils::make_star(starRect, 7);