This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,7 @@ Future<void> testMain() async {
101101 );
102102 await drawTestImageWithPaint (ui.Paint ()..imageFilter = filter);
103103 await matchGoldenFile ('ui_filter_composed_imagefilters.png' , region: region);
104- },
105- skip: isHtml); // Only Skwasm and CanvasKit implement composable filters right now.
104+ }, skip: isHtml); // Only Skwasm and CanvasKit implement composable filters right now.
106105
107106 test ('compose with colorfilter' , () async {
108107 final ui.ImageFilter filter = ui.ImageFilter .compose (
@@ -117,8 +116,7 @@ Future<void> testMain() async {
117116 );
118117 await drawTestImageWithPaint (ui.Paint ()..imageFilter = filter);
119118 await matchGoldenFile ('ui_filter_composed_colorfilter.png' , region: region);
120- },
121- skip: isHtml); // Only Skwasm and CanvasKit implements composable filters right now.
119+ }, skip: isHtml); // Only Skwasm and CanvasKit implements composable filters right now.
122120
123121 test ('color filter as image filter' , () async {
124122 const ui.ColorFilter colorFilter = ui.ColorFilter .mode (
You can’t perform that action at this time.
0 commit comments