Implement Category

This commit is contained in:
Siklos 2022-09-15 12:48:52 +02:00 committed by Eric Nguyen
parent 320d68e27f
commit 4f0a6795ad
5 changed files with 114 additions and 8 deletions

View file

@ -65,6 +65,7 @@ const GetSVGLayoutConfiguration = () => {
},
ShowSelfDimensions: true,
IsDimensionBorrower: true,
Category: "Category"
},
{
Type: 'Trou',
@ -82,7 +83,8 @@ const GetSVGLayoutConfiguration = () => {
strokeWidth: 2,
stroke: 'green',
fill: 'white'
}
},
Category: "Category"
},
{
Type: 'Remplissage',