SVG straight lines with non-integer coordinates render wrong. This is a repro case: SVG with 3 lines:
<html>
<head>
</head>
<body>
<svg style="width:100%; height: 100%;">
<path d="M 357,620 l 95.4 , -20.2 " stroke="red" ></path>
<path d="M 357,620 l -95.4 , 20.2 " stroke="red" ></path>
<path d="M 328,500 l -26.55999999999999 , 56.08 " stroke="red" ></path>
</svg>
</body>
</html>
Result from Chrome (cropped):
Result from Ultralight 1.4.0 (cropped):
The artifacts randomly appear, disappear, get bigger or smaller, when changing the coordinates. They also seem to happen also with integer coordinates, but less often.
SVG straight lines with non-integer coordinates render wrong. This is a repro case: SVG with 3 lines:
Result from Chrome (cropped):
Result from Ultralight 1.4.0 (cropped):
The artifacts randomly appear, disappear, get bigger or smaller, when changing the coordinates. They also seem to happen also with integer coordinates, but less often.