My knowledge of SVG is limited but I do believe the supplied script is not taking advantage of SVG - which is the abbreviation for Scalable Vector Graphics.
I far prefer to have a containing/parent DIV that can be easily positioned, preferably responsive and has the inner child SVG script.
Adopting this technique is ideal for watches, mobiles, laptops, desktops, and very large screen sizes.
Try this, see what you think and let me know if the blurry lines exist in some browsers:
auto
Indicates that the user agent shall make appropriate tradeoffs to balance speed, crisp edges and geometric precision, but with geometric precision given more importance than speed and crisp edges.
optimizeSpeed
Indicates that the user agent shall emphasize rendering speed over geometric precision and crisp edges. This option will sometimes cause the user agent to turn off shape anti-aliasing.
crispEdges
Indicates that the user agent shall attempt to emphasize the contrast between clean edges of artwork over rendering speed and geometric precision. To achieve crisp edges, the user agent might turn off anti-aliasing for all lines and curves or possibly just for straight lines which are close to vertical or horizontal. Also, the user agent might adjust line positions and line widths to align edges with device pixels.
geometricPrecision
Indicates that the user agent shall emphasize geometric precision over speed and crisp edges.