gavin-ts
gavin-ts
Currently arrowhead labels are rendering using the font-size as a placeholder for the dimensions, but we should measure the text to be more accurate for labels that aren't just a...
dagre doesn't handle container connections so the solution is to connect to a container's child, then cut the edge at the container's border. This works well if something outside is...
## Summary We only added label masks when the label is placed over the connection, but when TALA places labels above or below connections the labels could still overlap other...
 ```d2 Multiple: { multiple: true } Multiple not exact word: { multiple: true } Fill Multiple: { style.fill: green multiple: true }...
https://github.com/terrastruct/d2/blob/7f7977eb8b2f7594e72391f2f068715160835536/d2graph/d2graph.go#L45 If it is already valid, I wonder if we shouldn't have it properly set in `d2graph.Scalar` to use the parsed value instead of `Value` as a string everywhere and...
## Summary Support setting width/height on non-image shapes. ## Details - fixes #497 - added e2e test with width/height - width/height can now be set on shapes other than images...
when importing a shape with a near, there is a compiler error because the relative path becomes incorrect. compiling x.d2 directly works, but not when compiling index.d2 which imports x.d2...
provide task to simply run d2 (e.g. on a file and create an svg right next to it (can use the preview settings for layout/theme etc)) maybe on a whole...