Files
ladybird/Tests/LibWeb/Screenshot/svg-path-offset-rounding.html
Jelle Raaijmakers e4533e5595 LibWeb: Do not floor SVG offset in SVGPathPaintable
Resolves a FIXME and improves the visuals of https://tweakers.net :^)
2024-10-22 07:37:59 -04:00

17 lines
379 B
HTML

<!doctype html>
<link rel="match" href="reference/svg-path-offset-rounding-ref.html" />
<style>
body {
padding-left: 10.6px;
}
</style>
<body>
<svg width="34" height="22" viewBox="0 0 34 22">
<path
d="M -0.2 0 L 34 0 L 34 22 L -0.2 22 Z"
fill="none"
stroke="#000000"
></path>
</svg>
</body>