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
489 B
XML
5 lines
489 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80">
|
|
<path fill="#72777d" d="M64.742 15.246C58.14 8.638 49.35 5 39.996 5c-9.348 0-18.137 3.638-24.754 10.246C8.633 21.856 5 30.65 5 40s3.633 18.144 10.242 24.742C21.859 71.352 30.648 75 39.996 75c9.354 0 18.144-3.649 24.746-10.258C71.353 58.144 75 49.35 75 40s-3.647-18.144-10.258-24.754m-13.283 41.29L36.504 41.604V16.01h5.628v23.234l13.3 13.309-3.973 3.982z"/>
|
|
</svg>
|