icon position
This commit is contained in:
parent
0fbc921248
commit
538d6920c8
1 changed files with 3 additions and 0 deletions
|
|
@ -255,6 +255,9 @@ func InjectNested(container *d2graph.Object, nestedGraph *d2graph.Graph, isRoot
|
|||
if nestedGraph.Root.LabelPosition != nil {
|
||||
container.LabelPosition = nestedGraph.Root.LabelPosition
|
||||
}
|
||||
if nestedGraph.Root.IconPosition != nil {
|
||||
container.IconPosition = nestedGraph.Root.IconPosition
|
||||
}
|
||||
container.Attributes = nestedGraph.Root.Attributes
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue