mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-02 19:36:48 +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
394 B
XML
8 lines
394 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20">
|
|
<title>
|
|
unbell
|
|
</title>
|
|
<path d="M1.22 0 0 1.22l4.334 4.335A5.4 5.4 0 0 0 4 7v6l-2 2v1h12.78l4 4L20 18.78 17.22 16 5.23 4.01zM10 0C8.47 0 8.4 1.46 8.46 2.15a5.4 5.4 0 0 0-1.92.729l9.46 9.46V7a5.38 5.38 0 0 0-4.46-4.85C11.6 1.46 11.53 0 10 0M7 17a3 3 0 0 0 3 3 3 3 0 0 0 3-3z"/>
|
|
</svg>
|