Skip to content
  • Timothée Giet's avatar
    core, activities, optimize all svg images with specific svgo settings · dba5cb51
    Timothée Giet authored
    use svgo with a specific set of settings to optimize all svg images,
    while keeping important info (author, license) and making sure to not use
    too destructive options to keep files editable if needed
    
    It saves on average between 25% and 30% on file size, sometimes more.
    
    the script to mass-optimize and the svgo config file used are stored in
    tools/inkscape/svgo-config
    dba5cb51