Reusing same SVG in multiple <Image> does not work until you resize your window

Slion 41 Reputation points
2021-02-04T12:03:24.257+00:00

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.

Universal Windows Platform (UWP)
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.