When using SvgPicture.asset
from flutter_svg
to load an SVG, there are jagged edges, even though the SVG file itself is fine and displays correctly in other places.
enter image description here
when adding Transform.scale(scale: 0.99)
, it displays normally. Why is that?
New contributor
wcnd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.