rougier / svg-lib

Emacs SVG libraries for creatings tags, icons and bars
GNU General Public License v3.0
335 stars 30 forks source link

svg-lib vs. svg-tag-mode vs. svg-icon #35

Closed tarsius closed 7 months ago

tarsius commented 8 months ago

Please clarify the relationship between these projects.

Does the former supersede the latter two? Assuming that is the case, do the latter two provide some functionality for which one might still prefer using them over the successor?

Does this (from https://github.com/rougier/svg-tag-mode/pull/14#issuecomment-864957447) mean fixes won't be backported?

And for those interested, svg-lib might be more robust.

There is no hurry, but if you find the time, I would appreciate it if you could clarify these points and update the readme files to include or point to that information. Thanks!

rougier commented 8 months ago

If you only need to replace some keyword by tags (via font-lock keywords), svg-tag-mode might be the easiest solution. If you need precised control, svg-lib might be a better solution. For example, in https://github.com/rougier/notes-list, I use svg-lib for the big icon and svg-tag-modes for the right tags.

rougier commented 8 months ago

And the tentative fix is still not working on every machine. The bug has been lurking for several months and each fix shows some limit in some specific cases / machines.

tarsius commented 7 months ago

Thanks for the information!