Skip to content

Commit 876a313

Browse files
committed
chore: update
1 parent 7feda62 commit 876a313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/renderer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function transform(legend: string, text: string | null, title: string | null): s
8080
}
8181

8282
const macCodeSvg = `
83-
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="45px" height="13px" viewBox="0 0 450 130">
83+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="45px" height="13px" viewBox="0 0 450 130">
8484
<ellipse cx="65" cy="65" rx="50" ry="52" stroke="rgb(220,60,54)" stroke-width="2" fill="rgb(237,108,96)" />
8585
<ellipse cx="225" cy="65" rx="50" ry="52" stroke="rgb(218,151,33)" stroke-width="2" fill="rgb(247,193,81)" />
8686
<ellipse cx="385" cy="65" rx="50" ry="52" stroke="rgb(27,161,37)" stroke-width="2" fill="rgb(100,200,86)" />

0 commit comments

Comments
 (0)