From bc4004899719dbba83f5860e06aec5fec014dc46 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Tue, 4 Mar 2025 09:15:43 +0100 Subject: [PATCH 1/2] Update impeller.md for web --- src/content/perf/impeller.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/content/perf/impeller.md b/src/content/perf/impeller.md index e72ee6e4e8..bf3ab4e7c0 100644 --- a/src/content/perf/impeller.md +++ b/src/content/perf/impeller.md @@ -98,12 +98,11 @@ No action on your part is necessary for this fallback behavior. ### Web -Flutter on the web offers two renderers and -two build modes. For more information, visit -[Flutter web support][] in the Flutter -architectural guide. +Flutter on the web offers [two renderers][] -- +`canvaskit` and `skwasm` -- which both currently use Skia. +They may use Impeller in the future. -[Flutter web support]: /resources/architectural-overview#flutter-web-support +[two renderers]: /platform-integration/web/renderers#renderers ### macOS From 1e64d14e842ccb107b1feee1d71daf17be383b3c Mon Sep 17 00:00:00 2001 From: "Shams Zakhour (ignore Sfshaza)" <44418985+sfshaza2@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:14:36 -0800 Subject: [PATCH 2/2] Update src/content/perf/impeller.md --- src/content/perf/impeller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/perf/impeller.md b/src/content/perf/impeller.md index bf3ab4e7c0..03b85a54b9 100644 --- a/src/content/perf/impeller.md +++ b/src/content/perf/impeller.md @@ -100,7 +100,7 @@ No action on your part is necessary for this fallback behavior. Flutter on the web offers [two renderers][] -- `canvaskit` and `skwasm` -- which both currently use Skia. -They may use Impeller in the future. +They might use Impeller in the future. [two renderers]: /platform-integration/web/renderers#renderers