Daily Shaarli

All links of one day in a single page.

August 13, 2021

Lean-SVG

A better SVG Optimiser that allows to remove transforms from an SVG file. Figma adds transforms sometimes to a generated SVG code, and they are virtually impossible to strip manually since you'd need to rewrite the path coords. The URL is https://lean-svg.netlify.app. Usually i would be using this one https://jakearchibald.github.io/svgomg/ but it doesn't have this feature.