Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 939 Bytes

svg-online-dev-tools.md

File metadata and controls

22 lines (14 loc) · 939 Bytes

SVG online dev tools

Random SVGs found online or those generated by design programs are not always optimized for web.

SVGOMG is awesome free, intuitive, and powerful open-source suite of online dev tools! It shows you the markup and the SVG image which can be zoomed in to inspect carefully. It a lot of SVG optimization features and shows you the file size savings and impact on the markup in real time. It's my go-to for all SVG related work. Here are some of its main features.

  • prettify markup
  • merge styles
  • minify styles, colors
  • remove comments, empty text, editor data<title> or <desc>
  • merge paths
  • and more

SVGOMG in action

The image output:

svgomg-1.mov

The markup side:

svgomg-2.mov