mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-03 03:47:16 +00:00
64c07dfb68
Align SVG markup across Foundation products by: - unifying XML declaration, - removing unnecessary `standalone="no"` attribute as it's default, - removing all `g` group elements where applicable, - bringing attributes in order, - removing unnecessary ids and - unifying whitespace. Bug: T178867 Change-Id: Id3799a46c14f793636ca9bca3ad0f642466ed5a0
26 lines
1.7 KiB
XML
26 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="264" height="162" viewBox="0 0 264 162">
|
|
<defs>
|
|
<clipPath id="jagged-edge">
|
|
<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 id="screenshot" clip-path="url(#jagged-edge)">
|
|
<path id="background" fill="#fff" d="M263.5 162.25l-263-.5V.5h263z"/>
|
|
<path id="article" fill="#e5e5e5" d="M252 162.496V29H48v133.496z"/>
|
|
<path id="logo" fill="#e5e5e5" d="M11 22c0-7.732 6.268-14 14-14s14 6.268 14 14-6.268 14-14 14-14-6.268-14-14z"/>
|
|
<path id="sidebar" fill="#e5e5e5" d="M38 163.807V58H13v105.807h25z"/>
|
|
<path id="personal-tools" fill="#e5e5e5" d="M233 5h26v6h-26V5zm-24 0h22v6h-22zm-24 0h22v6h-22zm-23 0h13v6h-13zm15 0h6v6h-6zm-23 0h6v6h-6z"/>
|
|
<g id="search" fill="#e5e5e5">
|
|
<path d="M258 16v4h-92v-4h92m1-1h-94v6h94v-6z"/>
|
|
<path id="icon" d="M168 17h2v2h-2z"/>
|
|
</g>
|
|
<path id="sitename" fill="#e5e5e5" d="M38 45v-5H13v5h25z"/>
|
|
<path id="border" 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"/>
|
|
<path fill="#36c" d="M177.02 5h6v6h-6z"/>
|
|
<rect fill="#36c" y="18.566" x="140.812" ry=".099" rx=".106" height="93.208" width="78.835"/>
|
|
<path fill="#36c" d="M175.692 19l4.537-6 4.536 6"/>
|
|
<path fill="#fff" d="M180.23 44.254c-7.437 0-12.783 4.648-12.783 11.62v11.62c0 4.648 0 6.972-4.648 6.972v2.324h34.86v-2.324c-4.65 0-4.65-2.324-4.65-6.972v-11.62c0-6.972-5.344-11.62-12.78-11.62zm-6.973 37.184c0 2.324 3.72 4.648 6.972 4.648 3.253 0 6.97-2.324 6.97-4.648h-13.943z"/>
|
|
</g>
|
|
</svg>
|