Skip to content

Commit

Permalink
fix(line): fix snapshot based tests due to the d3-shape upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed May 12, 2024
1 parent 349e122 commit 61d411a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/line/tests/__snapshots__/Line.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ exports[`curve interpolation should support basis curve interpolation 1`] = `
/>
</g>
<path
d="M0,218L20.833333333333332,199.83333333333334C41.666666666666664,181.66666666666666,83.33333333333333,145.33333333333334,125,109C166.66666666666666,72.66666666666667,208.33333333333334,36.333333333333336,250,27.333333333333332C291.6666666666667,18.333333333333332,333.3333333333333,36.666666666666664,375,50.333333333333336C416.6666666666667,64,458.3333333333333,73,479.1666666666667,77.5L500,82"
d="M0,218L20.833,199.833C41.667,181.667,83.333,145.333,125,109C166.667,72.667,208.333,36.333,250,27.333C291.667,18.333,333.333,36.667,375,50.333C416.667,64,458.333,73,479.167,77.5L500,82"
fill="none"
stroke="#e8c1a0"
strokeWidth={2}
Expand Down Expand Up @@ -1480,7 +1480,7 @@ exports[`curve interpolation should support cardinal curve interpolation 1`] = `
/>
</g>
<path
d="M0,218C0,218,83.33333333333334,145.33333333333331,125,109C166.66666666666666,72.66666666666667,208.33333333333334,9,250,0C291.6666666666667,-9,333.3333333333333,41.333333333333336,375,55C416.6666666666667,68.66666666666667,500,82,500,82"
d="M0,218C0,218,83.333,145.333,125,109C166.667,72.667,208.333,9,250,0C291.667,-9,333.333,41.333,375,55C416.667,68.667,500,82,500,82"
fill="none"
stroke="#e8c1a0"
strokeWidth={2}
Expand Down Expand Up @@ -2276,7 +2276,7 @@ exports[`curve interpolation should support catmullRom curve interpolation 1`] =
/>
</g>
<path
d="M0,218C0,218,83.33333333333333,145.33333333333334,125,109C166.66666666666666,72.66666666666666,206.10489572035593,6.692957167071312,250,0C289.83170845257115,-6.073386154090098,332.62631341887106,41.25724476151072,375,55C416.00459618510786,68.29872792507959,500,82,500,82"
d="M0,218C0,218,83.333,145.333,125,109C166.667,72.667,206.105,6.693,250,0C289.832,-6.073,332.626,41.257,375,55C416.005,68.299,500,82,500,82"
fill="none"
stroke="#e8c1a0"
strokeWidth={2}
Expand Down Expand Up @@ -3868,7 +3868,7 @@ exports[`curve interpolation should support monotoneX curve interpolation 1`] =
/>
</g>
<path
d="M0,218C41.666666666666664,181.66666666666666,83.33333333333334,145.33333333333331,125,109C166.66666666666666,72.66666666666667,208.33333333333334,0,250,0C291.6666666666667,0,333.3333333333333,41.333333333333336,375,55C416.6666666666667,68.66666666666667,458.3333333333333,75.33333333333333,500,82"
d="M0,218C41.667,181.667,83.333,145.333,125,109C166.667,72.667,208.333,0,250,0C291.667,0,333.333,41.333,375,55C416.667,68.667,458.333,75.333,500,82"
fill="none"
stroke="#e8c1a0"
strokeWidth={2}
Expand Down Expand Up @@ -4664,7 +4664,7 @@ exports[`curve interpolation should support monotoneY curve interpolation 1`] =
/>
</g>
<path
d="M0,218C41.66666666666667,181.66666666666666,83.33333333333333,145.33333333333334,125,109C166.66666666666669,72.66666666666666,250,36.333333333333336,250,0C250,18.333333333333332,304.3510990665462,36.66666666666667,375,55C409.6821877309682,64,454.8410938654841,73,500,82"
d="M0,218C41.667,181.667,83.333,145.333,125,109C166.667,72.667,250,36.333,250,0C250,18.333,304.351,36.667,375,55C409.682,64,454.841,73,500,82"
fill="none"
stroke="#e8c1a0"
strokeWidth={2}
Expand Down Expand Up @@ -5460,7 +5460,7 @@ exports[`curve interpolation should support natural curve interpolation 1`] = `
/>
</g>
<path
d="M0,218C41.66666666666666,185.73809523809524,83.33333333333331,153.47619047619048,125,109C166.66666666666669,64.52380952380953,208.33333333333337,7.833333333333333,250,0C291.66666666666663,-7.833333333333333,333.3333333333333,33.19047619047619,375,55C416.6666666666667,76.80952380952381,458.33333333333337,79.4047619047619,500,82"
d="M0,218C41.667,185.738,83.333,153.476,125,109C166.667,64.524,208.333,7.833,250,0C291.667,-7.833,333.333,33.19,375,55C416.667,76.81,458.333,79.405,500,82"
fill="none"
stroke="#e8c1a0"
strokeWidth={2}
Expand Down

0 comments on commit 61d411a

Please sign in to comment.