Show me how to add this SVG to a SwiftUI iOS app
Budget: $10 – $30 USD
I would like to see an example of:
A one page SwiftUI app that shows this SVG which uses the KaTeX font
<svg width="180" height="100" viewBox="0 0 180 100" xmlns="http://www.w3.org/2000/svg">
<text x="20" y="60" font-family="KaTeX_Math-Italic" font-size="50" >x</text>
</svg>
The code should use the SwiftUI and I have attached a copy of the font to here.
struct Image
A one page SwiftUI app that shows this SVG which uses the KaTeX font
<svg width="180" height="100" viewBox="0 0 180 100" xmlns="http://www.w3.org/2000/svg">
<text x="20" y="60" font-family="KaTeX_Math-Italic" font-size="50" >x</text>
</svg>
The code should use the SwiftUI and I have attached a copy of the font to here.
struct Image