mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-12-04 20:48:22 +00:00
cfcb8d4755
The latest update of 'svgo' dependency includes three optimizations on converting path commands, which - improves closing paths and how we determine if to use absolute or relative commands. - round arc or convert to lines based on the geometric sagitta - convert cubic Bézier curves to quadratic Bézier curves where possible Also - removing obsolete 'grayscale.svg' which was introduced in I0f2c2b24aece3b but seems to have not been in use. It itself is not reasonable, as an SVG filter needs an element to be applied to, which this SVG didn't feature. - unifying npm command to qua standard notation `minify:svg` and add “parent” command `minify` as well. Bug: T354875 Change-Id: Ie4d8ef85b9b9d28943a7216f0b5ed6392592a43e
5 lines
588 B
XML
5 lines
588 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="#202122" d="M15.375 0v15.375H0v1h15.375V31.5H0v1h15.375v15.125H0v1h15.375L0 64h64V0L52.87 11.133l-4.243 4.242h-.002V0h-1v15.375H32.5V0h-1v15.375H16.375V0zm1 16.375H31.5V31.5H16.375zm16.125 0h15.125v.002L32.502 31.5H32.5zm18.457 15.111v.014h-.014zM16.375 32.5H31.5v.002L16.375 47.625zm33.568 0h1.014v15.125h-2.332V33.818zm-2.318 2.318v12.807H34.818zM33.818 48.625h13.807v2.332H32.5v-1.014zm14.807 0h2.332v2.332h-2.332zM31.5 50.943v.014h-.014z"/>
|
|
</svg>
|