From a05412135012646074ba3f9d6a5d7ffc9a86bb21 Mon Sep 17 00:00:00 2001 From: Eric NGUYEN Date: Sun, 2 Oct 2022 16:34:02 +0200 Subject: [PATCH] Fix node-http tests --- test-server/node-http.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test-server/node-http.js b/test-server/node-http.js index 07efe7f..262d69d 100644 --- a/test-server/node-http.js +++ b/test-server/node-http.js @@ -78,8 +78,8 @@ const GetSVGLayoutConfiguration = () => { stroke: 'red', fill: '#d3c9b7', }, - ShowSelfDimensions: true, - IsDimensionBorrower: true, + ShowSelfDimensions: [0, 2], + ShowDimensionWithMarks: [1, 3], Category: "Stuff" }, { @@ -94,8 +94,8 @@ const GetSVGLayoutConfiguration = () => { stroke: 'red', fill: '#d3c9b7', }, - ShowSelfDimensions: true, - IsDimensionBorrower: true, + ShowSelfDimensions: [0, 2], + ShowDimensionWithMarks: [1, 3], Category: "Stuff" }, {