mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
5255d40496
This 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 Bug: T354875 Change-Id: Ia2e8e947c7d10fa754885c8d917dc0616708fbaf
8 lines
834 B
XML
8 lines
834 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 20 20">
|
|
<title>
|
|
help
|
|
</title>
|
|
<path d="M0 10A10 10 0 1 0 10 0 10 10 0 0 0 0 10m9 4h2v2H9zM6.16 7.39a3.5 3.5 0 0 1 .29-1.45 3.1 3.1 0 0 1 .78-1.06 3.5 3.5 0 0 1 1.15-.65A4.4 4.4 0 0 1 9.82 4a4.6 4.6 0 0 1 1.66.29 3.9 3.9 0 0 1 1.28.83 3.6 3.6 0 0 1 .8 1.29 4.7 4.7 0 0 1 .28 1.68h-1.91a3 3 0 0 0-.5-1.82 1.77 1.77 0 0 0-1.53-.68 1.7 1.7 0 0 0-.5.1 1.7 1.7 0 0 0-1 .9 2.1 2.1 0 0 0-.17.86 2 2 0 0 0 .11.72 1.8 1.8 0 0 0 .3.55 3 3 0 0 0 .43.44c.17.14.34.28.51.44a4 4 0 0 1 .58.58 2.8 2.8 0 0 1 .41.67 3.3 3.3 0 0 1 .25.9 9 9 0 0 1 .1 1.25H9.11A3.8 3.8 0 0 0 9 12a2.3 2.3 0 0 0-.31-.73 2.5 2.5 0 0 0-.47-.56c-.17-.17-.37-.34-.58-.52l-.54-.5a3.2 3.2 0 0 1-.48-.55 2.6 2.6 0 0 1-.33-.74 3.4 3.4 0 0 1-.13-1.01"/>
|
|
</svg>
|