Hi
If I use name 'us', 'pe' or 'se', fast svg display suspenseSvg.
In my case, I use fast-svg for flag for country with https://github.com/lipis/flag-icons
The name of flag is based on iso code with two letters.
Example here:
https://stackblitz.com/~/github.com/PhilFlash/fast-svg-bug
It's a standalone application generated by Angular CLI.
I use a flag fr (for french).
The us.svg pe.svg and se.svg is a simple copy of fr.svg (so no problem with the svg code).
<fast-svg name="us" ...> and <fast-svg name="pe" ...> and <fast-svg name="se"...> display suspenseSvg.
Philippe
Hi
If I use name 'us', 'pe' or 'se', fast svg display suspenseSvg.
In my case, I use fast-svg for flag for country with https://github.com/lipis/flag-icons
The name of flag is based on iso code with two letters.
Example here:
https://stackblitz.com/~/github.com/PhilFlash/fast-svg-bug
It's a standalone application generated by Angular CLI.
I use a flag fr (for french).
The us.svg pe.svg and se.svg is a simple copy of fr.svg (so no problem with the svg code).
<fast-svg name="us" ...> and <fast-svg name="pe" ...> and <fast-svg name="se"...> display suspenseSvg.
Philippe