mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-18 02:40:50 +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
9 lines
291 B
XML
9 lines
291 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
<title>
|
|
user speech bubble
|
|
</title>
|
|
<path d="m12.4 9.3-1.8 2.9H22V2.4h-9.6zM6 13c-5.9 0-8 3-8 5v3h16v-3c0-2-2.1-5-8-5"/>
|
|
<circle cx="6" cy="7.5" r="4.5"/>
|
|
</svg>
|