-
Notifications
You must be signed in to change notification settings - Fork 29.3k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
reproduction
TEST_P(DlGoldenTest, LargeDownscaleRrect) {
impeller::Point content_scale = GetContentScale();
auto draw = [&](DlCanvas* canvas, const std::vector<sk_sp<DlImage>>& images) {
canvas->Scale(content_scale.x, content_scale.y);
DlPaint paint;
paint.setColor(DlColor::kYellow());
paint.setMaskFilter(
DlBlurMaskFilter::Make(DlBlurStyle::kNormal, /*sigma=*/10));
canvas->DrawCircle(SkPoint::Make(0, 0), 500, paint);
};
DisplayListBuilder builder;
draw(&builder, /*images=*/{});
ASSERT_TRUE(OpenPlaygroundHere(builder.Build()));
}
observed output

Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team