From 88304c9f62e798b7975131018bb9f4442bd5ee6c Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 15 Nov 2023 21:27:06 -0800 Subject: [PATCH] link --- lib/shape/shape_cloud.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shape/shape_cloud.go b/lib/shape/shape_cloud.go index 9753a383f..11a34e6bc 100644 --- a/lib/shape/shape_cloud.go +++ b/lib/shape/shape_cloud.go @@ -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