Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows desktop devices.
3,003 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Working on an UWP XAML app using SVGs I came across that bug.
I have three <Image> loading the same SVG file directly from XAML and two of them are not showing until I resize the window.
It works fine if I have a different copy of that same SVG file, one for each <Image>.
Any one seen that too? Not sure how to report UWP bugs to Microsoft so I landed here.