- 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
% 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.