From 2f79b8ddca8043c86e5ccadb71fb4e7865a55690 Mon Sep 17 00:00:00 2001 From: Taha Tesser Date: Thu, 26 Aug 2021 23:04:58 +0300 Subject: [PATCH] Fix skia link (flutter/engine#28124) --- engine/src/flutter/lib/ui/painting.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/lib/ui/painting.dart b/engine/src/flutter/lib/ui/painting.dart index a9717844ab5..01dbea2b37b 100644 --- a/engine/src/flutter/lib/ui/painting.dart +++ b/engine/src/flutter/lib/ui/painting.dart @@ -404,7 +404,7 @@ class Color { enum BlendMode { // This list comes from Skia's SkXfermode.h and the values (order) should be // kept in sync. - // See: https://skia.org/user/api/skpaint#SkXfermode + // See: https://skia.org/docs/user/api/skpaint_overview/#SkXfermode /// Drop both the source and destination images, leaving nothing. ///