Problem Statement
The UWP/WinUI3 renderer only supports base64 svg images. Requesting support for <svg>...</svg> format.
Proposed solution
If the svg image is not in a base6 format, skip the decoding code and extract the svg data from the image url.
Alternatives or Workarounds
No response