Hi, I found a problem (may be a bug but just only happens on windows platform ionic app) on my windows 10 uwp project.
<svg ng-click="click()" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 50 50">
<g stroke="gray" fill="gray" data-reactid=".0.0">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-download"></use>
</g>
If svg contains , will throw exception.
If svg like this, will work fine.
I am not sure where is the problem from, windows 10 or ionic?