Fix inverse test for GrDFAAPR::onCanDrawPath
TBR=egdaniel@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2105443002 Review-Url: https://codereview.chromium.org/2105443002
This commit is contained in:
parent
728b0f7505
commit
db7979a24c
@ -97,7 +97,7 @@ bool GrAADistanceFieldPathRenderer::onCanDrawPath(const CanDrawPathArgs& args) c
|
||||
return false;
|
||||
}
|
||||
// TODO: Support inverse fill
|
||||
if (!args.fShape->inverseFilled()) {
|
||||
if (args.fShape->inverseFilled()) {
|
||||
return false;
|
||||
}
|
||||
// currently don't support perspective
|
||||
|
Loading…
Reference in New Issue
Block a user