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:
bsalomon 2016-06-27 11:08:43 -07:00 committed by Commit bot
parent 728b0f7505
commit db7979a24c

View File

@ -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