Alexander Wang
Alexander Wang
@bo-ku-ra not quite yet, but it will in 0.6.1 which will come this week hopefully. Right now, globs behavior only applies only to existing shapes. ```d2 a b *.shape: circle...
most recent TALA release has an improvement related to this. can you try rerunning? (or post the script if it's still bad) @judepayne
@gavin-ts i think our parameters just considers this okay. e.g. grid cell is large because of the containers. i suspect if we just lower the threshold it'll be okay
> PlantUML, an icon or image can be loaded from any URL do you have an example? I must've missed it, I was looking at https://plantuml.com/stdlib
@Potherca Right but that's a pre-package icon set. That's what the site is saying it can do. Can it for example use your profile pic? https://play.d2lang.com/?script=qlDQtVOo5KrUA4WclUJGSUlBsZW-fmJZYkliUbFeemZJRmlSaXFqUXJ-XklqXolecn6ufqm-oaWpuam5fbGthYFama0JFyAAAP__&
> "prepackaged" means it is part of the jar yeah that's a reasonable definition -- i'll change it to just "packaged". > The PlantUML equivalent of the above could be...
I've seen tools like those. The problem is text. Text in SVG sucks, so we and many others inject a little HTML for text, which is unrenderable in these tools....
Oh interesting. Will have to take another look to verify
but maybe we should add an @includes
this works: ``` z layers: { y: { _.z.style.opacity: 0.1 } } ``` but if you split out `y` into its own file, it wouldn't. this could be a use...