Page URL
https://docs.flutter.dev/platform-integration/web/web-images/
Page source
https://github.com/flutter/website/tree/main/src/content/platform-integration/web/web-images.md
Describe the problem
The HTML renderer is being deprecated. See https://docs.google.com/document/d/1DGamHsa2lz_Qtgfrfa3j3fRaEopJXc7tCFVM1TQlck8/edit?resourcekey=0-IjkqrCoo_EcRRS2bPYKI8w.
Therefore, all references to HTML being useful to workaround the CORS restrictions of CanvasKit should be removed. The only valid approach now is to use a platform view (which should be discouraged).
Expected fix
No response
Additional context
No response
I would like to fix this problem.