Skip to content

Commit

Permalink
chore: tolerate dasharray in polyline
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Jan 26, 2025
1 parent 046f981 commit 9e4f3c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions __tests__/ssr/polyline.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ describe('Polyline', () => {
expect($canvas.getContext('webgl1')).toMatchWebGLSnapshot(
dir,
'polyline-points-changed',
{
maxError: 1000,
},
);
expect(exporter.toSVG({ grid: true })).toMatchSVGSnapshot(
dir,
Expand Down

0 comments on commit 9e4f3c0

Please sign in to comment.