diff options
| author | Akira Yokosawa <[email protected]> | 2021-12-29 20:46:58 +0900 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2022-02-09 17:00:41 -0700 |
| commit | 8ccd05697a9d2f837f77a858e81ba13cdb50adac (patch) | |
| tree | 50288d8641d5d446f279cdec168d960d486d9cd9 /tools/perf/scripts/python/bin | |
| parent | ecf5fb58cdcd93b9cf555b95da4ef73b1297de4c (diff) | |
docs: sphinx/kfigure.py: Use inkscape(1) for SVG -> PDF conversion
Using convert(1) of ImageMagick for SVG -> PDF conversion results in
PDFs containing raster (bitmap) images which sometimes look blurry.
Ideally speaking, SVG to PDF conversion should retain vector graphics
in SVG.
rsvg-convert(1) can do such conversions with regard to SVG files
generated by dot(1).
Unfortunately, rsvg-convert(1) does not cover some of SVG features
specific to Inkscape.
inkscape(1) of Inkscape naturally covers such SVG features.
So add a route in svg2pdf() so that inkscape(1) is used when it is
available.
Note:
After this change, if you have Inkscape installed, ImageMagick nor
librsvg are not required.
Signed-off-by: Akira Yokosawa <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Mauro Carvalho Chehab <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions