Read more

SVGOMG allows optimizing SVGs with a live preview

Arne Hartherz
November 20, 2018Software engineer at makandra GmbH

There are many ways to optimize SVGs. Ideally, your build pipeline does that automatically for you (e.g. via postcss-svgo).

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

If you want to manually tweak an SVG, you can use SVGOMG Show archive.org snapshot which is an application running SVGO Show archive.org snapshot in your browser.
You should deactivate the option "Remove viewBox" because you want SVGs to be scalable by the browser.

You see a live preview of any changes you make, and can copy the SVGO source with a single click (or download the optimized SVG).

Posted by Arne Hartherz to makandra dev (2018-11-20 09:54)