Skip to content

Commit

Permalink
updated test to match improved line anti-aliasing
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Deubler <[email protected]>
  • Loading branch information
TerminalTim committed Nov 21, 2023
1 parent 35b891a commit bd1d34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/specs/display/layer/stylegroup_line.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {Map} from '@here/xyz-maps-display';
describe('StyleGroup Line geometry', () => {
const expect = chai.expect;
let segment05to1 = {x: 238, y: 278};
let segment0to05 = {x: 569, y: 328};
let segment0to05 = {x: 569, y: 326};
let display;
let mapContainer;
let line1;
Expand Down

0 comments on commit bd1d34e

Please sign in to comment.