mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-24 15:44:09 +00:00
939ebe386d
... by running the following: svgo --disable removeXMLProcInst --pretty --folder images/ svgo --disable removeXMLProcInst --pretty --folder resources/ext.popups.images/ Also, add an XML declaration to resources/ext.popups.images/close.svg so that it's recognised as an SVG by libmagic. This isn't strictly an issue because of the way the SVG is served by the ResourceLoaderImageModule RL module but it's consistent with the other SVGs. Change-Id: I10b2286d6577701ba3b9a8651d5165fa81b8d293
35 lines
2.3 KiB
XML
35 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="264" height="162" viewBox="0 0 264 162">
|
|
<defs>
|
|
<clipPath id="a">
|
|
<path d="M0 0v152l12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10V0z"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g clip-path="url(#a)">
|
|
<path fill="#fff" d="M263.5 162.25l-263-.5V.5h263z"/>
|
|
<path fill="#e5e5e5" d="M252 162.496V29H48v133.496zM11 22c0-7.732 6.268-14 14-14s14 6.268 14 14-6.268 14-14 14-14-6.268-14-14zm27 141.807V58H13v105.807h25zM233 5h26v6h-26V5zm-24 0h22v6h-22zm-24 0h22v6h-22zm-23 0h13v6h-13zm15 0h6v6h-6zm-23 0h6v6h-6z"/>
|
|
<g fill="#e5e5e5">
|
|
<path d="M258 16v4h-92v-4h92m1-1h-94v6h94v-6z"/>
|
|
<path d="M168 17h2v2h-2z"/>
|
|
</g>
|
|
<path fill="#e5e5e5" d="M38 45v-5H13v5h25z"/>
|
|
<path fill="#e5e5e5" d="M0 0v162h264V0zm1 1h262v150.533l-11 9.166-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-11-9.168z"/>
|
|
<g fill="#9b9b9b">
|
|
<path d="M143.756 56h-38.14v7.782h38.14V56zm56.732 35.02v-8.755h-50.814v8.755h50.814zm-89.725-22.374H89.929v8.633h20.833v-8.634zm98.535 7.782v-7.782h-37.695v7.782h37.695zm-88.645 5.716H94.955v7.782h25.698v-7.782zM195.233 56h-46.207v7.782h46.207V56z"/>
|
|
<path d="M114.735 68.646v9.2h51.558v-9.2h-51.558z" fill="#36c"/>
|
|
</g>
|
|
<path d="M114 82h75v44h-75z" fill="#fff"/>
|
|
<path d="M189 82h-31v44h31V82zm-18.167 24.13l5.904 9.652 3.206-2.958 4.83 6.05-21.137.03 6.244-12.775h.953z" fill="#36c"/>
|
|
<g transform="translate(284 -12)" fill="#d0d0d0">
|
|
<rect y="100" x="-163" rx="1" height="1" width="20"/>
|
|
<rect y="104" x="-163" rx="1" height="1" width="20"/>
|
|
<rect y="108" x="-163" rx="1" height="1" width="20"/>
|
|
<rect y="112" x="-163" rx="1" height="1" width="28"/>
|
|
<rect y="116" x="-163" rx="1" height="1" width="28"/>
|
|
<rect y="120" x="-163" rx="1" height="1" width="28"/>
|
|
<rect y="124" x="-163" rx="1" height="1" width="28"/>
|
|
<rect y="128" x="-163" rx="1" height="1" width="28"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|