We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afccf65 commit 8f23093Copy full SHA for 8f23093
test/unit/components/__snapshots__/sound-editor.test.jsx.snap
@@ -136,21 +136,14 @@ exports[`Sound Editor Component matches snapshot 1`] = `
136
>
137
<svg
138
className={undefined}
139
- viewBox="-1 0 600 160"
+ viewBox="0 0 600 160"
140
141
- <line
142
- className={undefined}
143
- x1={-1}
144
- x2={600}
145
- y1={80}
146
- y2={80}
147
- />
148
<g
149
transform="scale(1, -1) translate(0, -80)"
150
151
<path
152
153
- d="M0 0Q0 0 100 80 Q200 160 300 80 Q400 0 400 0 Q400 0 300 -80 Q200 -160 100 -80 Q0 0 0 0Z"
+ d="M0 0Q0 80 150 120 Q300 160 450 200 Q600 240 600 0 Q600 -240 450 -200 Q300 -160 150 -120 Q0 -80 0 0Z"
154
strokeLinejoin="round"
155
strokeWidth={1}
156
/>
0 commit comments