I am not sure why my SVG image is blurry I thought the whole point of SVGS are that they can scale correctly to dynamic sizes. Do you think its because the height and width ratios are misaligned?
<img src='assets/img/image.svg' style='display:inline-block; width: 165px; height:auto; marginTop: -31px; marginRight:-25px;'>
I think the issue is that I have the svg in an img tag, is there another way to display svg files in ionic?
4 posts - 2 participants