Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-ts committed Nov 16, 2023
1 parent 368d288 commit 88304c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shape/shape_cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func NewCloud(box *geo.Box) 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 {
width := s.Box.Width
height := s.Box.Height
Expand Down

0 comments on commit 88304c9

Please sign in to comment.