mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-25 16:46:15 +00:00
268e1406d4
Align SVG markup across Foundation products by: - unifying XML declaration, - removing unnecessary `standalone="no"` attribute as it's default, - removing unnecessary `enable-background` attribute as it got removed from standard - removing all SVG editor metadata - adding `width` and `height` attributes where missing, - removing all `g` group elements except where necessary for transforms, - putting attributes on `path`, - removing unnecessary ids and - unifying whitespace. Also - changing 'expand' and 'gear' icon colors to resemble general button style, - while at this renaming 'gear_gray' to 'gear' including CSS reference, - slightly adapt remaining colors to WikimediaUI color palette and - deleting unused, unreferenced icon files. Saving up to 79% file size before gzipping. Bug: T178867 Change-Id: I9e54a3a972903811f5205def05397383f3484d63
5 lines
583 B
XML
5 lines
583 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
|
<path fill="#222" d="M0 0v64.00004h64V0H0zm6 6h52v52.00004h-6.060547A25.20602 60.413365 0 0 0 41.75 39.05474c-2.753842 1.9904-6.120159 3.1816-9.757812 3.1816-3.624277 0-6.978291-1.1811-9.726563-3.1582a25.20602 60.413365 0 0 0-10.205078 18.9219H6V6zm25.992188 6.00004c-7.45154 0-13.492255 6.0405-13.492188 13.4922-.000005 7.4516 6.040693 13.4921 13.492188 13.4921s13.492192-6.0405 13.492187-13.4921c.000066-7.4517-6.040648-13.4922-13.492187-13.4922z"/>
|
|
</svg>
|