Added Dimension of all children under the container (#30)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://git.siklos-chaneru.duckdns.org/Siklos/svg-layout-designer-react/pulls/30
This commit is contained in:
parent
7ff411b988
commit
b8bd179167
2 changed files with 50 additions and 3 deletions
|
@ -38,6 +38,7 @@ export const DEFAULT_MAINCONTAINER_PROPS: IProperties = {
|
|||
stroke: 'black'
|
||||
};
|
||||
|
||||
export const DIMENSION_MARGIN = 50;
|
||||
export const NOTCHES_LENGTH = 4;
|
||||
|
||||
export const MAX_HISTORY = 200;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue