Version 0.2.7 of package Svg-Lib has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Svg-Lib describes itself as: =============================== SVG tags, progress bars & icons =============================== More at https://elpa.gnu.org/packages/svg-lib.html ## Summary: 1 SVG Library ═════════════ A small Emacs library to create and display various SVG objects, namely tags, progress bars, progress pies and icons. Each object is guaranteed to fit nicely in a text buffer ensuring width is an integer multiple of character width. 2 Installation ══════════════ ┌──── │ M-x package-install RET svg-lib RET └──── 3 Usage example ═══════════════ <file:screenshot.png> <file:screenshot-2.png> ## Recent NEWS: Version 0.2.7 - Added a dynamic date icon Version 0.2.6 - Bug fix with bootstrap icon directory Version 0.2.5 - Bug fix in text size computation Version 0.2.4 - Better error handling if SVG support is missing Version 0.2.2 - Added a left/righ crop style argument to allow for tags collage. Version 0.2.1 - Added an alignment parameter for moving tags inside margins. Version 0.2 - Fix most of the warnings. Version 0.1: - Submission to ELPA