Update test-server

This commit is contained in:
Eric NGUYEN 2023-02-17 14:37:22 +01:00
parent 00cf80d9e3
commit 5b367f8e57

View file

@ -84,8 +84,7 @@ const GetSVGLayoutConfiguration = () => {
stroke: 'red', stroke: 'red',
fill: '#d3c9b7', fill: '#d3c9b7',
}, },
ShowSelfDimensions: [0, 2], IsFlex: true,
ShowDimensionWithMarks: [1, 3],
Category: "Stuff" Category: "Stuff"
}, },
{ {
@ -100,8 +99,7 @@ const GetSVGLayoutConfiguration = () => {
stroke: 'red', stroke: 'red',
fill: '#d3c9b7', fill: '#d3c9b7',
}, },
ShowSelfDimensions: [0, 2], IsFlex: true,
ShowDimensionWithMarks: [1, 3],
Category: "Stuff" Category: "Stuff"
}, },
{ {
@ -121,6 +119,7 @@ const GetSVGLayoutConfiguration = () => {
fill: 'white' fill: 'white'
}, },
Category: "Stuff", Category: "Stuff",
IsFlex: true,
Actions: [ Actions: [
{ {
Id: "Insert", Id: "Insert",
@ -173,6 +172,7 @@ const GetSVGLayoutConfiguration = () => {
<line x1="{width}" y1="0" x2="0" y2="{height}" stroke="black" style='{userData.styleLine}'></line> <line x1="{width}" y1="0" x2="0" y2="{height}" stroke="black" style='{userData.styleLine}'></line>
` `
, ,
IsFlex: true,
Actions: [ Actions: [
{ {
Id: "SplitRemplissage", Id: "SplitRemplissage",
@ -254,6 +254,7 @@ const GetSVGLayoutConfiguration = () => {
Type: '200', Type: '200',
MaxWidth: 500, MaxWidth: 500,
MinWidth: 200, MinWidth: 200,
IsFlex: true,
Style: { Style: {
fillOpacity: 1, fillOpacity: 1,
strokeWidth: 2, strokeWidth: 2,
@ -265,6 +266,7 @@ const GetSVGLayoutConfiguration = () => {
Type: '400', Type: '400',
MaxWidth: 500, MaxWidth: 500,
MinWidth: 400, MinWidth: 400,
IsFlex: true,
Style: { Style: {
fillOpacity: 1, fillOpacity: 1,
strokeWidth: 2, strokeWidth: 2,
@ -300,7 +302,7 @@ const GetSVGLayoutConfiguration = () => {
Url: './images/arrow-down.svg' Url: './images/arrow-down.svg'
}, },
Name: 'Arrow', Name: 'Arrow',
PositionReference: 1 PositionReference: 0
}, },
{ {
Width: 32, Width: 32,
@ -329,8 +331,8 @@ const GetSVGLayoutConfiguration = () => {
MainContainer: { MainContainer: {
Type: 'main', Type: 'main',
Width: 800, Width: 800,
Height: 800, Height: 200,
Orientation: 1, Orientation: 0,
Style: { Style: {
stroke: 'black', stroke: 'black',
strokeWidth: 2, strokeWidth: 2,