Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2684ada

Browse files
author
Jonah Williams
authored
Update aiks_unittests.cc
1 parent d456124 commit 2684ada

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

impeller/aiks/aiks_unittests.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3127,7 +3127,8 @@ TEST_P(AiksTest, CanCanvasDrawPictureWithAdvancedBlend) {
31273127
auto picture = subcanvas.EndRecordingAsPicture();
31283128

31293129
Canvas canvas;
3130-
canvas.Translate({200, 200});
3130+
canvas.DrawPaint({.color = Color::Black()});
3131+
canvas.DrawCircle(Point::MakeXY(150, 150), 25, {.color = Color::Red()});
31313132
canvas.DrawPicture(picture);
31323133

31333134
ASSERT_TRUE(OpenPlaygroundHere(canvas.EndRecordingAsPicture()));

0 commit comments

Comments
 (0)