A quick-and-dirty plugin to optimize your svg files in nvim using svgo

  • DoubleCore
    link
    12 years ago

    What do you mean by “optimizing”?

    • bennypOP
      link
      fedilink
      32 years ago

      Quote from svgo:

      SVG Optimizer is a Node.js-based tool for optimizing SVG vector graphics files.

      Why?

      SVG files, especially those exported from various editors, usually contain a lot of redundant and useless information. This can include editor metadata, comments, hidden elements, default or non-optimal values and other stuff that can be safely removed or converted without affecting the SVG rendering result.