mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-04 20:18:57 +00:00
26f47fe0c3
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 unifiying npm command to qua standard notation `minify:svg`. Bug: T354875 Change-Id: I4fffd9efd430786911fe36e409d2575bfab719bd
8 lines
298 B
XML
8 lines
298 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
|
|
<title>
|
|
external link
|
|
</title>
|
|
<path fill="#36c" d="M6 1H1v5l2.14-2.15L7.3 8l.7-.7-4.15-4.17zm4 2H8v1h2v6H4V8H3v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1"/>
|
|
</svg>
|