4df7af4b00
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: Ie9a455a521f6312e82462b88409822df2112dcd6
11 lines
596 B
XML
11 lines
596 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="5" height="220" viewBox="0 0 1.323 58.208">
|
|
<defs>
|
|
<linearGradient xlink:href="#a" id="b" x1="262.803" x2="263.049" y1="29.234" y2=".97" gradientTransform="translate(-492.003 238.792)scale(1.875)" gradientUnits="userSpaceOnUse"/>
|
|
<linearGradient id="a">
|
|
<stop offset="0" stop-color="#f9f9f9"/>
|
|
<stop offset="1" stop-color="#f3f3f3"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<path fill="url(#b)" d="M0 238.792h1.323V297H0z" transform="translate(0 -238.792)"/>
|
|
</svg>
|