Merged PR 226: Implement associated container and default X, Y position for Symbol
Implement associated container and default X, Y position for Symbol Related work items: #7537, #7540
This commit is contained in:
parent
0a664752e9
commit
4ff2e0b7fb
9 changed files with 136 additions and 48 deletions
|
@ -13,6 +13,8 @@ export interface ISymbolModel {
|
|||
/** Horizontal offset */
|
||||
x: number
|
||||
|
||||
// TODO: Implement Y and verticality
|
||||
|
||||
/** Width */
|
||||
width: number
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue