Implement Category
This commit is contained in:
parent
320d68e27f
commit
4f0a6795ad
5 changed files with 114 additions and 8 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue