Better description of add + fix regression form validation + fix http server not using strokeWidth + add doc about hardcoded
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eric NGUYEN 2022-08-16 17:45:52 +02:00
parent da7f5060e8
commit d29d1f5054
6 changed files with 24 additions and 20 deletions

View file

@ -56,10 +56,9 @@ const GetSVGLayoutConfiguration = () => {
Width: 500,
Style: {
fillOpacity: 1,
borderWidth: 2,
strokeWidth: 2,
stroke: 'red',
fill: '#78350F',
stroke: 'red'
}
},
{
@ -70,7 +69,7 @@ const GetSVGLayoutConfiguration = () => {
Height: 180,
Style: {
fillOpacity: 1,
borderWidth: 2,
strokeWidth: 2,
stroke: 'green',
fill: 'white'
}
@ -79,7 +78,7 @@ const GetSVGLayoutConfiguration = () => {
Type: 'Remplissage',
Style: {
fillOpacity: 1,
borderWidth: 2,
strokeWidth: 2,
stroke: '#bfdbfe',
fill: '#bfdbfe'
}
@ -90,7 +89,7 @@ const GetSVGLayoutConfiguration = () => {
XPositionReference: 1,
Style: {
fillOpacity: 0,
borderWidth: 2,
strokeWidth: 2,
stroke: '#713f12',
fill: '#713f12',
}