maui icon indicating copy to clipboard operation
maui copied to clipboard

Fix the FontImageSource for Windows Unpackaged

Open mattleibow opened this issue 1 month ago • 0 comments

Description of Change

This PR fixes the case where using the Uri for URI processing results in the fragment being URI encoded. Win2D does not accept encoded URIs, so we need to capture the fragment before processing.

Issues Fixed

Fixes #21993

mattleibow avatar May 24 '24 17:05 mattleibow