html5 - SVG rendering badly in Firefox -
i working on infographic sliding carousel <li>s, svg showing pixelated in firefox, though bug svgs in ff has been resolved, thought. can see fix this?
you zooming svg file large size:
background-size: 9730px 30000px; background-position: -7310px -29250px; most browsers not antialias large svg shapes, requires graphics memory. (this see in safari , chrome.) looks firefox rendering svg size of canvas , blowing image interpolation cropped region.
the fix both same:
crop svg first , use cropped portion background.
Comments
Post a Comment