How to display svg #22272
Unanswered
Gavin-Williams
asked this question in
Q&A
How to display svg
#22272
Replies: 1 comment 1 reply
-
In the Blazor (Any kind) you need to put your resources like Image, font, JS and main CSS files to the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've dropped an svg 'wallet.svg' into the /Resources/Images folder of the razor-maui-hybrid template. Then I have referenced it like so...
<img src="/resources/images/wallet.svg" alt="WalletIcon" width="32" height="32">
I'm just getting a broken image. What's going on?
Beta Was this translation helpful? Give feedback.
All reactions