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" }, {