#996872 librsvg2-bin: stroke-dasharray rendered wrong

Package:
librsvg2-bin
Source:
librsvg
Description:
command-line utility to convert SVG files
Submitter:
Frank Heckenbach
Date:
2021-10-20 03:00:04 UTC
Severity:
normal
#996872#5
Date:
2021-10-20 02:55:53 UTC
From:
To:
% cat a.svg
<svg viewBox="0 0 100 100">
<path style="stroke:black;stroke-dasharray:1,1" d="M 0 0 100 100"/>
</svg>
% rsvg-convert -f pdf -o a.pdf a.svg
%

The resulting PDF (attached) contains a thin line across the part of
the path that should not be drawn.