Skip to content

Commit 1ecc9cb

Browse files
sgammonclaude
andcommitted
perf(ui): round Elide mark SVG coordinates to 2 decimals
The mark was an Illustrator export with 6-decimal coordinates in a ~103-unit viewBox rendered 23px tall — sub-pixel precision nobody can see. Rounding all 352 numbers roughly halves the inline path data. Dot-form numbers that ride on the previous coordinate's implicit separator keep their dot or gain an explicit comma, so no coordinates merge. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 8d99f91 commit 1ecc9cb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/ui/src/components/elide-logo.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ export function ElideMark({ className, ...props }: React.SVGProps<SVGSVGElement>
1414
const gid = React.useId();
1515
return (
1616
<svg
17-
viewBox="0 0 102.700292 114.027098"
17+
viewBox="0 0 102.7 114.03"
1818
role="img"
1919
aria-label="Elide"
2020
className={cn("h-[23px] w-auto", className)}
2121
{...props}
2222
>
2323
<defs>
24-
<linearGradient id={gid} x1="51.350146" y1="114.027098" x2="51.350146" y2="0" gradientUnits="userSpaceOnUse">
24+
<linearGradient id={gid} x1="51.35" y1="114.03" x2="51.35" y2="0" gradientUnits="userSpaceOnUse">
2525
<stop offset="0" stopColor="#662d91" />
2626
<stop offset="1" stopColor="#e7008c" />
2727
</linearGradient>
2828
</defs>
2929
<path
3030
fill={`url(#${gid})`}
31-
d="M102.700292,78.149657v-42.272216c0-5.266571-2.809682-10.133083-7.370666-12.766369L58.720812,1.974964c-4.560984-2.633285-10.180348-2.633285-14.741333,0L7.370666,23.111072c-4.560984,2.633285-7.370666,7.499798-7.370666,12.766369v42.272216c0,5.266571,2.809682,10.133083,7.370666,12.766369l36.608813,21.136108c4.560984,2.633285,10.180348,2.633285,14.741333,0l36.608813-21.136108c4.560984-2.633285,7.370666-7.499798,7.370666-12.766369Z"
31+
d="M102.7,78.15v-42.27c0-5.27-2.81-10.13-7.37-12.77L58.72,1.97c-4.56-2.63-10.18-2.63-14.74,0L7.37,23.11c-4.56,2.63-7.37,7.5-7.37,12.77v42.27c0,5.27,2.81,10.13,7.37,12.77l36.61,21.14c4.56,2.63,10.18,2.63,14.74,0l36.61-21.14c4.56-2.63,7.37-7.5,7.37-12.77Z"
3232
/>
3333
<path
3434
fill="#ffffff"
35-
d="M51.350146,102.206307c-1.573011,0-3.146023-.405097-4.549025-1.21508l-31.262343-18.049408c-2.805898-1.619965-4.548919-4.639011-4.548919-7.878942v-36.098815c0-3.239931,1.743021-6.258976,4.548813-7.878942l31.262555-18.049196c2.805898-1.620177,6.291834-1.620177,9.097944,0l31.262343,18.049196c2.805898,1.619965,4.548919,4.639011,4.548919,7.878942,0,3.240143-1.743127,6.2594-4.549131,7.879154l-1.984256,1.14555,1.984468,1.145762c2.805898,1.619965,4.548919,4.639011,4.548919,7.878942s-1.743021,6.258976-4.548813,7.878942l-1.984574,1.145762,1.984468,1.145762c2.805898,1.619965,4.548919,4.639011,4.548919,7.878942s-1.743021,6.258976-4.548813,7.878942l-31.262555,18.049408c-1.402896.809983-2.975907,1.21508-4.548919,1.21508ZM51.350146,18.330171c-.44707,0-.894139.115106-1.292877.345318l-31.262449,18.049196c-.797476.460425-1.292877,1.318527-1.292877,2.239376v36.098815c0,.920849.495402,1.778952,1.292877,2.239376l31.262449,18.049408c.797476.460425,1.788279.460425,2.585755,0l31.262449-18.049408c.797476-.460425,1.292877-1.318527,1.292877-2.239376s-.495402-1.778952-1.292877-2.239376l-5.24051-3.025617-22.765898,13.143935c-2.80611,1.619965-6.292046,1.619965-9.097944,0l-15.636948-9.027884c-2.848824-1.644767-4.549343-4.590679-4.548919-7.880214.00053-3.289535,1.70179-6.235023,4.551039-7.878942l1.982984-1.144278-1.92257-1.109937c-2.844055-1.642012-4.544573-4.582836-4.548919-7.866859-.004452-3.284023,1.688224-6.229511,4.527933-7.878942l15.583635-9.052473c2.809926-1.632048,6.304129-1.636924,9.118718-.011871l22.756889,13.138636,5.24051-3.025617c.797582-.460425,1.292877-1.318527,1.292877-2.239376s-.495402-1.778952-1.292877-2.239376l-31.262449-18.049196c-.398738-.230212-.845808-.345318-1.292877-.345318ZM39.66242,60.770848l-5.24157,3.024345c-1.167278.673466-1.293407,1.790399-1.293513,2.239376,0,.448978.125811,1.56591,1.292983,2.2398l15.636948,9.027884c.797476.460425,1.788279.460425,2.585755,0l19.509857-11.26408-9.119248-5.264994-7.134568,4.119232c-2.80611,1.620177-6.292046,1.620177-9.097944,0l-7.138701-4.121563ZM69.545715,57.013469l9.119248,5.264994,5.24051-3.025617c.797476-.460425,1.292877-1.318527,1.292877-2.239376s-.495402-1.778952-1.292877-2.239376l-5.24051-3.025617-9.119248,5.264994ZM46.176516,57.012198l3.880752,2.240648c.797476.460425,1.788279.460425,2.585755,0l3.878526-2.239376-3.87948-2.2398c-.797264-.460213-1.787855-.460001-2.585119-.000424l-3.880434,2.238952ZM51.349086,47.919235c1.573223,0,3.145917.404885,4.548919,1.214868l7.135627,4.119656,9.119248-5.264994-19.500954-11.258781c-.799808-.461273-1.792837-.460425-2.591796.003392l-15.583423,9.052262c-1.16325.675798-1.287472,1.791247-1.286836,2.239376s.127825,1.563366,1.292877,2.235985l5.180625,2.991064,7.139019-4.119232c1.402154-.809135,2.974635-1.213596,4.546693-1.213596Z"
35+
d="M51.35,102.21c-1.57,0-3.15-.41-4.55-1.22l-31.26-18.05c-2.81-1.62-4.55-4.64-4.55-7.88v-36.1c0-3.24,1.74-6.26,4.55-7.88l31.26-18.05c2.81-1.62,6.29-1.62,9.1,0l31.26,18.05c2.81,1.62,4.55,4.64,4.55,7.88,0,3.24-1.74,6.26-4.55,7.88l-1.98,1.15,1.98,1.15c2.81,1.62,4.55,4.64,4.55,7.88s-1.74,6.26-4.55,7.88l-1.98,1.15,1.98,1.15c2.81,1.62,4.55,4.64,4.55,7.88s-1.74,6.26-4.55,7.88l-31.26,18.05c-1.4.81-2.98,1.22-4.55,1.22ZM51.35,18.33c-.45,0-.89.12-1.29.35l-31.26,18.05c-.8.46-1.29,1.32-1.29,2.24v36.1c0,.92.5,1.78,1.29,2.24l31.26,18.05c.8.46,1.79.46,2.59,0l31.26-18.05c.8-.46,1.29-1.32,1.29-2.24s-.5-1.78-1.29-2.24l-5.24-3.03-22.77,13.14c-2.81,1.62-6.29,1.62-9.1,0l-15.64-9.03c-2.85-1.64-4.55-4.59-4.55-7.88,0-3.29,1.7-6.24,4.55-7.88l1.98-1.14-1.92-1.11c-2.84-1.64-4.54-4.58-4.55-7.87-0-3.28,1.69-6.23,4.53-7.88l15.58-9.05c2.81-1.63,6.3-1.64,9.12-.01l22.76,13.14,5.24-3.03c.8-.46,1.29-1.32,1.29-2.24s-.5-1.78-1.29-2.24l-31.26-18.05c-.4-.23-.85-.35-1.29-.35ZM39.66,60.77l-5.24,3.02c-1.17.67-1.29,1.79-1.29,2.24,0,.45.13,1.57,1.29,2.24l15.64,9.03c.8.46,1.79.46,2.59,0l19.51-11.26-9.12-5.26-7.13,4.12c-2.81,1.62-6.29,1.62-9.1,0l-7.14-4.12ZM69.55,57.01l9.12,5.26,5.24-3.03c.8-.46,1.29-1.32,1.29-2.24s-.5-1.78-1.29-2.24l-5.24-3.03-9.12,5.26ZM46.18,57.01l3.88,2.24c.8.46,1.79.46,2.59,0l3.88-2.24-3.88-2.24c-.8-.46-1.79-.46-2.59-0l-3.88,2.24ZM51.35,47.92c1.57,0,3.15.4,4.55,1.21l7.14,4.12,9.12-5.26-19.5-11.26c-.8-.46-1.79-.46-2.59,0l-15.58,9.05c-1.16.68-1.29,1.79-1.29,2.24s.13,1.56,1.29,2.24l5.18,2.99,7.14-4.12c1.4-.81,2.97-1.21,4.55-1.21Z"
3636
/>
3737
</svg>
3838
);

0 commit comments

Comments
 (0)