Added Dimension of all children under the container (#30)
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:
Siklos 2022-08-15 15:12:35 -04:00
parent 7ff411b988
commit b8bd179167
2 changed files with 50 additions and 3 deletions

View file

@ -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;