link
This commit is contained in:
parent
368d288620
commit
88304c9f62
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ func NewCloud(box *geo.Box) Shape {
|
||||||
return shape
|
return shape
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO this isn't always accurate since the content aspect ratio might be different from the final shape's
|
// TODO this isn't always accurate since the content aspect ratio might be different from the final shape's https://github.com/terrastruct/d2/issues/1735
|
||||||
func (s shapeCloud) GetInnerBox() *geo.Box {
|
func (s shapeCloud) GetInnerBox() *geo.Box {
|
||||||
width := s.Box.Width
|
width := s.Box.Width
|
||||||
height := s.Box.Height
|
height := s.Box.Height
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue