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

Commit 69884f9

Browse files
author
jonahwilliams
committed
++
1 parent c168b96 commit 69884f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/dart/painting_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ void main() {
8989
final SceneBuilder sceneBuilder = SceneBuilder();
9090

9191
final Picture redClippedPicture = makePicture((Canvas canvas) {
92+
canvas.drawPaint(Paint()..color = const Color(0xFFFFFFFF));
9293
canvas.clipRect(const Rect.fromLTRB(10, 10, 200, 200));
9394
canvas.clipRect(const Rect.fromLTRB(11, 10, 300, 200));
9495
canvas.drawPaint(Paint()..color = const Color(0xFFFF0000));

0 commit comments

Comments
 (0)